diff mbox series

[ovs-dev] ovs-actions.xml: add missing bracket

Message ID 162198156088.21443.13828367313350681818.stgit@fed.void
State Accepted
Headers show
Series [ovs-dev] ovs-actions.xml: add missing bracket | expand

Commit Message

Paolo Valerio May 25, 2021, 10:26 p.m. UTC
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>
---
 lib/ovs-actions.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilya Maximets July 1, 2021, 3:03 p.m. UTC | #1
On 5/26/21 12:26 AM, Paolo Valerio wrote:
> 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>
> ---

Thanks!  Applied.  Backported down to 2.13.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/lib/ovs-actions.xml b/lib/ovs-actions.xml
index e9a3ef039..1f6f30685 100644
--- a/lib/ovs-actions.xml
+++ b/lib/ovs-actions.xml
@@ -1965,7 +1965,7 @@  for <var>i</var> in [1,<var>n_members</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>