summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Valerio <pvalerio@redhat.com>2021-05-26 00:26:00 +0200
committerIlya Maximets <i.maximets@ovn.org>2021-06-30 23:42:08 +0200
commit9c386761f99844505055544f46c6513c41737996 (patch)
treeca184891a48b17c44447c012741e5522cb2d7393
parentbe8c4af1cef11f5ef1d61c94ffc9dd8a387f3132 (diff)
downloadopenvswitch-9c386761f99844505055544f46c6513c41737996.tar.gz
ovs-actions.xml: Add missing bracket.
A bracket is apparently missing in ovs-actions(7). The patch changes the relevant row from: ct(argument]...) to: ct([argument]...) Signed-off-by: Paolo Valerio <pvalerio@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--lib/ovs-actions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ovs-actions.xml b/lib/ovs-actions.xml
index ab8e08b84..968ec1b37 100644
--- a/lib/ovs-actions.xml
+++ b/lib/ovs-actions.xml
@@ -1649,7 +1649,7 @@ for <var>i</var> in [1,<var>n_slaves</var>]:
<action name="CT">
<h2>The <code>ct</code> action</h2>
- <syntax><code>ct(<var>argument</var></code>]...<code>)</code></syntax>
+ <syntax><code>ct(</code>[<code><var>argument</var></code>]...<code>)</code></syntax>
<syntax><code>ct(commit</code>[<code>, <var>argument</var></code>]...<code>)</code></syntax>
<p>