]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: fix inversion of operator and object.
authorEric Leblond <eric@regit.org>
Thu, 30 May 2013 13:33:16 +0000 (15:33 +0200)
committerEric Leblond <eric@regit.org>
Fri, 31 May 2013 11:22:36 +0000 (13:22 +0200)
doc/nftables.xml

index ec6de38aa98a1e7ef7e0cf60983b6a6907e00152..055d4a6552b3ec8534fb8a0b7ccbb05232154d5a 100644 (file)
                <title>Tables</title>
                <para>
                        <cmdsynopsis>
-                               <command>table</command>
                                <group choice="req">
                                        <arg>add</arg>
                                        <arg>delete</arg>
                                        <arg>list</arg>
                                        <arg>flush</arg>
                                </group>
+                               <command>table</command>
                                <arg choice="opt"><replaceable>family</replaceable></arg>
                                <arg choice="req"><replaceable>table</replaceable></arg>
                        </cmdsynopsis>
                <title>Chains</title>
                <para>
                        <cmdsynopsis>
-                               <command>chain</command>
                                <arg choice="req">add</arg>
+                               <command>chain</command>
                                <arg choice="opt"><replaceable>family</replaceable></arg>
                                <arg choice="req"><replaceable>table</replaceable></arg>
                                <arg choice="req"><replaceable>chain</replaceable></arg>
                                <arg choice="req"><replaceable>priority</replaceable></arg>
                        </cmdsynopsis>
                        <cmdsynopsis>
-                               <command>chain</command>
                                <group choice="req">
                                        <arg>add</arg>
                                        <arg>delete</arg>
                                        <arg>list</arg>
                                        <arg>flush</arg>
                                </group>
+                               <command>chain</command>
                                <arg choice="opt"><replaceable>family</replaceable></arg>
                                <arg choice="req"><replaceable>table</replaceable></arg>
                                <arg choice="req"><replaceable>chain</replaceable></arg>
                <title>Rules</title>
                <para>
                        <cmdsynopsis>
-                               <command>rule</command>
                                <group choice="req">
                                        <arg>add</arg>
                                        <arg>delete</arg>
                                </group>
+                               <command>rule</command>
                                <arg choice="opt"><replaceable>family</replaceable></arg>
                                <arg choice="req"><replaceable>table</replaceable></arg>
                                <arg choice="req"><replaceable>chain</replaceable></arg>