> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John McNamara > Sent: Tuesday, February 3, 2015 2:11 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 3/5] doc: Fix encoding of (r) character > > 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 <john.mcnamara at intel.com> > --- > 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 Hi John,
The following error occurs when applying this patch: :Applying: doc: Fix encoding of (r) character error: patch failed: doc/guides/rel_notes/supported_features.rst:51 error: doc/guides/rel_notes/supported_features.rst: patch does not apply Patch failed at 0001 doc: Fix encoding of (r) character There is normally an escape chararacter before the(r) character, ?? Regards, Bernard