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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Description: fix manpages
Author: KELEMEN Péter <fuji@debian.org>
--- a/arpsnmp.8
+++ b/arpsnmp.8
@@ -22,13 +22,13 @@
.TH ARPSNMP 8 "17 September 2000"
.UC 4
.SH NAME
-arpsnmp - keep track of ethernet/ip address pairings
+arpsnmp \- keep track of ethernet/ip address pairings
.SH SYNOPSIS
.B arpsnmp
[
-.B -d
+.B \-d
] [
-.B -f
+.B \-f
.I datafile
]
.I file
@@ -44,13 +44,13 @@
.BR snmpwalk (8)).
.LP
The
-.B -d
+.B \-d
flag is used enable debugging. This also inhibits mailing the reports.
Instead, they are sent to
.IR stderr .
.LP
The
-.B -f
+.B \-f
flag is used to set the ethernet/ip address database filename.
The default is
.IR arp.dat .
--- a/arpwatch.8
+++ b/arpwatch.8
@@ -22,17 +22,17 @@
.TH ARPWATCH 8 "8 October 2000"
.UC 4
.SH NAME
-arpwatch - keep track of ethernet/ip address pairings
+arpwatch \- keep track of ethernet/ip address pairings
.SH SYNOPSIS
.na
.B arpwatch
[
-.B -dN
+.B \-dN
] [
-.B -f
+.B \-f
.I datafile
] [
-.B -i
+.B \-i
.I interface
]
.br
@@ -41,7 +41,7 @@
.B -n
.IR net [/ width
]] [
-.B -r
+.B \-r
.I file
]
.ad
@@ -55,23 +55,23 @@
to listen for arp packets on a local ethernet interface.
.LP
The
-.B -d
+.B \-d
flag is used enable debugging. This also inhibits forking into the
background and emailing the reports. Instead, they are sent to
.IR stderr .
.LP
The
-.B -f
+.B \-f
flag is used to set the ethernet/ip address database filename.
The default is
.IR arp.dat .
.LP
The
-.B -i
+.B \-i
flag is used to override the default interface.
.LP
The
-.B -n
+.B \-n
flag specifies additional local networks. This can be useful to
avoid "bogon" warnings when there is more than one network running
on the same wire. If the optional
@@ -79,11 +79,11 @@
is not specified, the default netmask for the network's class is used.
.LP
The
-.B -N
+.B \-N
flag disables reporting any bogons.
.LP
The
-.B -r
+.B \-r
flag is used to specify a savefile
(perhaps created by
.BR tcpdump (1)
|