From: Arun Sharma Date: Tue, 18 Mar 2014 12:14:42 +0000 (+0530) Subject: Man ovs-ofctl: Typo in arp_spa & arp_tpa X-Git-Tag: v2.3~495 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=e935fc32fa0d346b0205dcd4e97859c76caab3d0;p=cascardo%2Fovs.git Man ovs-ofctl: Typo in arp_spa & arp_tpa It seems there is a typo in definition of arp_spa & arp_tpa Signed-off-by: Arun Sharma Signed-off-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 9a8fd3343..1d4d89d41 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -949,7 +949,7 @@ command, above, for more details. .IP \fBarp_spa=\fIip\fR[\fB/\fInetmask\fR] .IQ \fBarp_tpa=\fIip\fR[\fB/\fInetmask\fR] When \fBdl_type\fR specifies either ARP or RARP, \fBarp_spa\fR and -\fBarp_tha\fR match the source and target IPv4 address, respectively. +\fBarp_tpa\fR match the source and target IPv4 address, respectively. An address may be specified as an IP address or host name (e.g. \fB192.168.1.1\fR or \fBwww.example.com\fR). The optional \fInetmask\fR allows restricting a match to an IPv4 address prefix.