aboutsummaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-12-22 14:39:54 -0800
committerJustin Pettit <jpettit@nicira.com>2012-01-04 16:17:10 -0800
commit9cc966d077d1904fa27919694eb55331e6bf391e (patch)
tree8a5c6679f901bd023a6b405c2ab6d8f3b5f38d00 /utilities
parent4048d8aaf310d298e571608ffbd9ca68febffeb2 (diff)
ovs-ofctl: Fix error in man page related to TCI masks.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-ofctl.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 17b445d5..474e3973 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -499,7 +499,7 @@ will report a fatal error.
.IP \fBvlan_tci=\fItci\fR[\fB/\fImask\fR]
Matches modified VLAN TCI \fItci\fR. If \fImask\fR is omitted,
\fItci\fR is the exact VLAN TCI to match; if \fImask\fR is specified,
-then a 1-bit in \fItci\fR indicates that the corresponding bit in
+then a 1-bit in \fImask\fR indicates that the corresponding bit in
\fItci\fR must match exactly, and a 0-bit wildcards that bit. Both
\fItci\fR and \fImask\fR are 16-bit values that are decimal by
default; use a \fB0x\fR prefix to specify them in hexadecimal.