From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D67E62E8D for ; Fri, 30 Jan 2015 19:13:43 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 30 Jan 2015 10:13:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,492,1418112000"; d="scan'208";a="520342761" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 30 Jan 2015 10:06:22 -0800 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t0UIDdl3000941; Fri, 30 Jan 2015 18:13:40 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t0UIDdAi008581; Fri, 30 Jan 2015 18:13:39 GMT Received: (from jmcnam2x@localhost) by sivswdev02.ir.intel.com with id t0UIDd0J008577; Fri, 30 Jan 2015 18:13:39 GMT From: John McNamara To: dev@dpdk.org Date: Fri, 30 Jan 2015 18:13:27 +0000 Message-Id: <1422641608-8514-4-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1422641608-8514-1-git-send-email-john.mcnamara@intel.com> References: <1421255657-19521-1-git-send-email-john.mcnamara@intel.com> <1422641608-8514-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] =?utf-8?q?=5BPATCH_v2_3/4=5D_doc=3A_Fix_encoding_of_?= =?utf-8?q?=28r=29_character?= X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 18:13:44 -0000 Change encoding of (r) from Latin-1 to UTF8 to match the other symbols in the doc and to allow it to convert cleanly to PDF. Signed-off-by: John McNamara --- doc/guides/rel_notes/supported_features.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/guides/rel_notes/supported_features.rst b/doc/guides/rel_notes/supported_features.rst index 7936e93..d87fcaa 100644 --- a/doc/guides/rel_notes/supported_features.rst +++ b/doc/guides/rel_notes/supported_features.rst @@ -51,7 +51,7 @@ Supported Features * Intel® X710 40 Gigabit Ethernet Controller -* Support NIC filters in addition to flow director for Intel� 1GbE and 10GbE Controllers +* Support NIC filters in addition to flow director for Intel® 1GbE and 10GbE Controllers * Virtualization (KVM) -- 1.7.4.1