Re: [ovs-dev] [PATCH] ovs-actions: Remove unneded unicode symbols.

2019-01-11 Thread Ben Pfaff
On Fri, Jan 11, 2019 at 12:36:52PM +0300, Ilya Maximets wrote:
> Fixes manpage-check warnings on FreeBSD 11.2:
> 
> lib/ovs-actions.7:1389: warning: invalid input character code 128
> lib/ovs-actions.7:1389: warning: invalid input character code 128
> lib/ovs-actions.7:1389: warning: can't find character with input code 144
> 
> Fixes: be51cd417343 ("ovs-actions: New document describing OVS actions in 
> detail.")
> Signed-off-by: Ilya Maximets 

Thanks, applied to master.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] ovs-actions: Remove unneded unicode symbols.

2019-01-11 Thread Ilya Maximets
Fixes manpage-check warnings on FreeBSD 11.2:

lib/ovs-actions.7:1389: warning: invalid input character code 128
lib/ovs-actions.7:1389: warning: invalid input character code 128
lib/ovs-actions.7:1389: warning: can't find character with input code 144

Fixes: be51cd417343 ("ovs-actions: New document describing OVS actions in 
detail.")
Signed-off-by: Ilya Maximets 
---
 lib/ovs-actions.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ovs-actions.xml b/lib/ovs-actions.xml
index f285d2607..fec0b95fe 100644
--- a/lib/ovs-actions.xml
+++ b/lib/ovs-actions.xml
@@ -2419,11 +2419,11 @@ table=1,in_port=2,ip,ct_state=+trk+est,action=1
 symmetric_l4
 
   Hashes Ethernet source, destination, and type, VLAN ID, IPv4/IPv6
-  source, destination, and proto‐ col, and TCP or SCTP (but not UDP)
+  source, destination, and protocol, and TCP or SCTP (but not UDP)
   ports.  The hash is computed so that pairs of corresponding flows in
   each direction hash to the same value, in environments where L2 paths
   are the same in each direction.  UDP ports are not included in the
-  hash to support protocols such as VXLAN that use asym‐ metric ports
+  hash to support protocols such as VXLAN that use asymmetric ports
   in each direction.
 
 
-- 
2.17.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev