summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/nft.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/nft.xml b/doc/nft.xml
index ef1b2c4e..7e477314 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -114,18 +114,22 @@ vi:ts=4 sw=4
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-N, --reversedns</option></term>
+ <term><option>-s, --stateless</option></term>
<listitem>
<para>
- Translate IP addresses to names. Usually requires network traffic for DNS lookup.
+ Omit stateful information of rules and stateful objects.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-s, --stateless</option></term>
+ <term><option>-l, --literal</option></term>
<listitem>
<para>
- Omit stateful information of rules and stateful objects.
+ Translate numeric to literal. When used once (the default behaviour),
+ print services (instead of numerical port numbers). Use twice to
+ perform the IP address to name lookup, this usually requires network
+ traffic for DNS lookup that slows down the ruleset listing.
+
</para>
</listitem>
</varlistentry>