diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-08-21 19:18:38 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-09-08 20:10:13 +0200 |
commit | 882bb111285a3a4465995b4af03040a291145d7b (patch) | |
tree | 7b58c16d7bc1c6c29ed0a33f00c640748a98da51 /nfct.8 | |
parent | dd73ceecdbe87b6ecf9e96643cd5326e520d7a1c (diff) | |
download | conntrack-tools-882bb111285a3a4465995b4af03040a291145d7b.tar.gz |
nfct: update syntax in documentation
Since dd73ceecdbe8 ("nfct: Update syntax to specify command before subsystem")
the command comes before the object type. Update documentation accordingly.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'nfct.8')
-rw-r--r-- | nfct.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Displays the version information. Displays the help message. .SH EXAMPLE .TP -.B nfct timeout add test-tcp inet tcp established 100 close 10 close_wait 10 +.B nfct add timeout test-tcp inet tcp established 100 close 10 close_wait 10 .TP This creates a timeout policy for tcp using 100 seconds for the ESTABLISHED state, 10 seconds for CLOSE state and 10 seconds for the CLOSE_WAIT state. .TP |