1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Description: Correct tcpdump section number
Use tcpdump section number 8 for debian systems.
Author: Rene Mayorga <rmayorga@debian.org>
Forwarded: not-needed
Last-Update: 2014-03-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/darkstat.8.in
+++ b/darkstat.8.in
@@ -194,7 +194,7 @@
Use the specified filter expression when capturing traffic.
The filter syntax is beyond the scope of this manual page;
please refer to the
-.BR tcpdump (1)
+.BR tcpdump (8)
documentation.
.\"
.TP
@@ -402,7 +402,7 @@
.PP
.\"
(For a full reference on filter syntax, refer to the
-.BR tcpdump (1)
+.BR tcpdump (8)
manpage)
.PP
.\"
@@ -460,7 +460,7 @@
an appropriate netmask.
.\"
.SH SEE ALSO
-.BR tcpdump (1)
+.BR tcpdump (8)
.\"
.SH HISTORY
.I darkstat
|