Insert synopsis and description between those for add|insert and delete Signed-off-by: Duncan Roe <duncan_roe@xxxxxxxxxxxxxxx> --- doc/nft.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/nft.xml b/doc/nft.xml index 80ffcd7..c7e12c9 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -839,6 +839,15 @@ filter input iif $int_ifs accept <arg choice="req" rep="repeat"><replaceable>statement</replaceable></arg> </cmdsynopsis> <cmdsynopsis> + <arg choice="req">replace</arg> + <command>rule</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">handle <replaceable>handle</replaceable></arg> + <arg choice="req" rep="repeat"><replaceable>statement</replaceable></arg> + </cmdsynopsis> + <cmdsynopsis> <arg choice="req">delete</arg> <command>rule</command> <arg choice="opt"><replaceable>family</replaceable></arg> @@ -873,6 +882,14 @@ filter input iif $int_ifs accept </listitem> </varlistentry> <varlistentry> + <term><option>replace</option></term> + <listitem> + <para> + Similar to the <command>add</command> command, but the rule replaces the specified rule. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>delete</option></term> <listitem> <para> -- 2.9.0 -- 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