diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-02-26 13:33:33 +0100 | 
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-02-26 13:33:33 +0100 | 
| commit | a1a6ee1a2476142c14ca9ecee2c1be810faea2f7 (patch) | |
| tree | fcc6318eea1d86262172e4375c127886f9b20eae | |
| parent | 13c612efc51cf5f8d58423c59323df13739315d6 (diff) | |
| download | conntrack-tools-a1a6ee1a2476142c14ca9ecee2c1be810faea2f7.tar.gz conntrack-tools-a1a6ee1a2476142c14ca9ecee2c1be810faea2f7.zip  | |
conntrack: option `-t' in on the same line as `-m' in manpage
From Richard Lucassen:
> Btw: if you search the "-m --mask" option in the manpage, you'll see a
> cosmetic typo: this option is on the same line as "-t --timeout"
Reported-by: Richard Lucassen <reply5@xaq.nl>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
| -rw-r--r-- | conntrack.8 | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/conntrack.8 b/conntrack.8 index 0e7c410..9b4d14b 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -130,6 +130,7 @@ This option is only required in conjunction with "-L, --dump". If this option is  .TP  .BI "-t, --timeout " "TIMEOUT"  Specify the timeout. +.TP  .BI "-m, --mark " "MARK"  Specify the conntrack mark.  .TP  | 
