From c4f5d00bb76e01383ec3fbde31bc5c8f4e0a2b38 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 2 Sep 2013 11:23:16 +0900 Subject: [PATCH] ovs-ofctl: Correct formatting of instructions in manpage. Adjust formatting in ovs-ofctl manpage so that apply_actions, clear_actions write_metadata and goto_table appear at the same level of indentation as actions rather being indented as if they are arguments to the learn action. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 18a177243..4859ab9b0 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -1279,6 +1279,7 @@ For best performance, segregate learned flows into a table (using possibly for a lowest-priority ``catch-all'' flow, that is, a flow with no match criteria. (This is why the default \fBtable\fR is 1, to keep the learned flows separate from the primary flow table 0.) +.RE . .RS .IP \fBapply_actions(\fR[\fIaction\fR][\fB,\fIaction\fR...]\fB) @@ -1298,7 +1299,6 @@ a \fB0x\fR prefix to specify them in hexadecimal. . .IP \fBgoto_table\fR:\fItable\fR Indicates the next table in the process pipeline. -.RE . .IP "\fBfin_timeout(\fIargument\fR[\fB,\fIargument\fR]\fB)" This action changes the idle timeout or hard timeout, or both, of this -- 2.47.0