diff options
author | Joe Stringer <joestringer@nicira.com> | 2014-12-05 15:21:58 -0800 |
---|---|---|
committer | Joe Stringer <joestringer@nicira.com> | 2015-01-07 09:57:37 -0800 |
commit | d0c4f1dcd83e69c611153dc0184a6ae7ccb2ece9 (patch) | |
tree | 314f9238ad5f970e9f59324c79c601d01ce128f0 /lib | |
parent | 70fbe3756eb0c493e234a111fb1128dbfb54d5c2 (diff) | |
download | openvswitch-d0c4f1dcd83e69c611153dc0184a6ae7ccb2ece9.tar.gz |
ovs-dpctl: Minor manpages fixes.
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dpctl.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dpctl.man b/lib/dpctl.man index 7fa7285d6..8b0fcfe34 100644 --- a/lib/dpctl.man +++ b/lib/dpctl.man @@ -126,13 +126,13 @@ With \fB\-\-may\-create\fR, \fBmod\-flow\fR will add a new flow or modify an existing one. .IP If \fB\-s\fR or \fB\-\-statistics\fR is specified, then -\fBmod\-flows\fR prints the modified flow's statistics. A flow's +\fBmod\-flow\fR prints the modified flow's statistics. A flow's statistics are the number of packets and bytes that have passed through the flow, the elapsed time since the flow last processed a packet (if ever), and (for TCP flows) the union of the TCP flags processed through the flow. .IP -With \fB\-\-clear\fR, \fBmod\-flows\fR zeros out the flow's +With \fB\-\-clear\fR, \fBmod\-flow\fR zeros out the flow's statistics. The statistics printed if \fB\-s\fR or \fB\-\-statistics\fR is also specified are those from just before clearing the statistics. @@ -141,7 +141,7 @@ clearing the statistics. .DO "[\fB\-s\fR | \fB\-\-statistics\fR]" "\*(DX\fBdel\-flow\fR" "[\fIdp\fR] \fIflow\fR" Deletes the flow from \fIdp\fR's flow table that matches \fIflow\fR. If \fB\-s\fR or \fB\-\-statistics\fR is specified, then -\fBmod\-flows\fR prints the deleted flow's statistics. +\fBdel\-flow\fR prints the deleted flow's statistics. . .IP "\*(DX\fBget\-flow\fR [\fIdp\fR] ufid:\fIufid\fR" Fetches the flow from \fIdp\fR's flow table with unique identifier \fIufid\fR. |