Signed-off-by: Eric Leblond <eric@xxxxxxxxx> --- doc/nftables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/nftables.xml b/doc/nftables.xml index ec6de38..055d4a6 100644 --- a/doc/nftables.xml +++ b/doc/nftables.xml @@ -150,13 +150,13 @@ <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> @@ -216,8 +216,8 @@ <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> @@ -225,13 +225,13 @@ <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> @@ -287,11 +287,11 @@ <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> -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html