From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BE9321B29A for ; Thu, 21 Dec 2017 16:28:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2017 07:28:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,436,1508828400"; d="scan'208";a="4689990" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga006.jf.intel.com with ESMTP; 21 Dec 2017 07:28:54 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id vBLFSrYa025356; Thu, 21 Dec 2017 15:28:53 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id vBLFSriT029624; Thu, 21 Dec 2017 15:28:53 GMT Received: (from aburakov@localhost) by sivswdev01.ir.intel.com with LOCAL id vBLFSrAS029619; Thu, 21 Dec 2017 15:28:53 GMT From: Anatoly Burakov To: dev@dpdk.org Cc: Yipeng Wang , Sameh Gobriel , John McNamara Date: Thu, 21 Dec 2017 15:28:53 +0000 Message-Id: X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH] doc: remove UTF-8 BOM from programmer's guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2017 15:28:57 -0000 Fixes: 55694b2a9f64 ("doc: add membership documentation") Cc: yipeng1.wang@intel.com Signed-off-by: Anatoly Burakov --- doc/guides/prog_guide/member_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/member_lib.rst b/doc/guides/prog_guide/member_lib.rst index caca8dc..4e62f76 100644 --- a/doc/guides/prog_guide/member_lib.rst +++ b/doc/guides/prog_guide/member_lib.rst @@ -1,4 +1,4 @@ -.. BSD LICENSE +.. BSD LICENSE Copyright(c) 2017 Intel Corporation. All rights reserved. All rights reserved. -- 2.7.4