diff options
author | Kartik Mistry <kartik.mistry@gmail.com> | 2014-03-11 14:49:08 +0530 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-03-14 10:58:43 +0100 |
commit | d2fb730cb0ec29ec05af177699e1547a9b350679 (patch) | |
tree | 994c250788b92dfee1b546258cb9f83803852fd9 /netsniff-ng.8 | |
parent | 632e1a699e5d1d3edb822b8f55c0b55b9c7e161e (diff) |
man: manpage warning fixes
Usage: man --warnings -E UTF-8 -l -Tutf8 -Z foo.8 > /dev/null
Signed-off-by: Kartik Mistry <kartik.mistry@gmail.com>
Diffstat (limited to 'netsniff-ng.8')
-rw-r--r-- | netsniff-ng.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/netsniff-ng.8 b/netsniff-ng.8 index 3ca48d0..c6356bf 100644 --- a/netsniff-ng.8 +++ b/netsniff-ng.8 @@ -1,7 +1,6 @@ .\" netsniff-ng - the packet sniffing beast .\" Copyright 2013 Daniel Borkmann. .\" Subject to the GPL, version 2. -.PP .TH NETSNIFF-NG 8 "03 March 2013" "Linux" "netsniff-ng toolkit" .SH NAME netsniff-ng \- the packet sniffing beast @@ -350,7 +349,7 @@ the man page pcap-filter(7). Just to quote some examples from pcap-filter(7): .SS host sundown To select all packets arriving at or departing from sundown. .PP -.SS host helios and \( hot or ace \) +.SS host helios and \(hot or ace\) To select traffic between helios and either hot or ace. .PP .SS ip host ace and not helios |