In the style of tcpdump.8: where options have short and long forms, only show short form in synopsis but mention long form in description. Re-order option descriptions to match order in synopsis (move -N to just after -n). Signed-off-by: Duncan Roe <duncan_roe@xxxxxxxxxxxxxxx> --- doc/nft.xml | 66 +++++++++++++------------------------------------------------ 1 file changed, 14 insertions(+), 52 deletions(-) diff --git a/doc/nft.xml b/doc/nft.xml index 86b4bd9..2dec0aa 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -46,49 +46,16 @@ vi:ts=4 sw=4 <cmdsynopsis> <command>nft</command> <group> - <arg><option>-n</option></arg> - <arg><option>--numeric</option></arg> + <arg><option> -nNscae </option></arg> </group> - <group> - <arg><option>-N</option></arg> - <arg><option>--reversedns</option></arg> - </group> - <group> - <arg><option>-s</option></arg> - <arg><option>--stateless</option></arg> - </group> - <group> - <arg><option>-c</option></arg> - <arg><option>--check</option></arg> - </group> - <group> - <arg><option>-a</option></arg> - <arg><option>--handle</option></arg> - </group> - <group> - <arg><option>-e</option></arg> - <arg><option>--echo</option></arg> - </group> - <arg> - <group choice="req"> - <arg><option>-I</option></arg> - <arg><option>--includepath</option></arg> - </group> + <arg> -I <replaceable>directory</replaceable> </arg> <group> - <arg> - <group choice="req"> - <arg><option>-f</option></arg> - <arg><option>--file</option></arg> - </group> + <arg> -f <replaceable>filename</replaceable> </arg> - <arg> - <group choice="req"> - <arg><option>-i</option></arg> - <arg><option>--interactive</option></arg> - </group> + <arg> -i </arg> <arg rep="repeat"> <replaceable>cmd</replaceable> @@ -96,15 +63,10 @@ vi:ts=4 sw=4 </group> </cmdsynopsis> <cmdsynopsis> - <command>nft</command> - <group> - <arg><option>-h</option></arg> - <arg><option>--help</option></arg> - </group> - <group> - <arg><option>-v</option></arg> - <arg><option>--version</option></arg> - </group> + <command>nft -h</command> + </cmdsynopsis> + <cmdsynopsis> + <command>nft -v</command> </cmdsynopsis> </refsynopsisdiv> @@ -151,26 +113,26 @@ vi:ts=4 sw=4 </listitem> </varlistentry> <varlistentry> - <term><option>-s, --stateless</option></term> + <term><option>-N, --reversedns</option></term> <listitem> <para> - Omit stateful information of rules and stateful objects. + Translate IP addresses to names. Usually requires network traffic for DNS lookup. </para> </listitem> </varlistentry> <varlistentry> - <term><option>-c, --check</option></term> + <term><option>-s, --stateless</option></term> <listitem> <para> - Check commands validity without actually applying the changes. + Omit stateful information of rules and stateful objects. </para> </listitem> </varlistentry> <varlistentry> - <term><option>-N, --reversedns</option></term> + <term><option>-c, --check</option></term> <listitem> <para> - Translate IP addresses to names. Usually requires network traffic for DNS lookup. + Check commands validity without actually applying the changes. </para> </listitem> </varlistentry> -- 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