summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2004-11-13 12:22:49 +0000
committerPaul Mackerras <paulus@samba.org>2004-11-13 12:22:49 +0000
commit71b6b5b21419e5ab151a9bb2da0997bda855fa6c (patch)
tree03101f0b6f983abd0e08155cb76c87787398905d /pppdump
parent4ed9d22c884b6266f30d308c108f214a0815b812 (diff)
downloadppp-71b6b5b21419e5ab151a9bb2da0997bda855fa6c.tar.gz
Correctly escape or unescape hypens in the man pages.
Without this patch "-" is rendered as the endash in unicode consoles and then bad things happen. From Marco d'Itri.
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/pppdump.828
1 files changed, 14 insertions, 14 deletions
diff --git a/pppdump/pppdump.8 b/pppdump/pppdump.8
index 49b6c4b..4072e68 100644
--- a/pppdump/pppdump.8
+++ b/pppdump/pppdump.8
@@ -1,19 +1,19 @@
-.\" @(#) $Id: pppdump.8,v 1.1 1999/04/01 11:44:55 paulus Exp $
+.\" @(#) $Id: pppdump.8,v 1.2 2004/11/13 12:22:49 paulus Exp $
.TH PPPDUMP 8 "1 April 1999"
.SH NAME
pppdump \- convert PPP record file to readable format
.SH SYNOPSIS
.B pppdump
[
-.B -h
+.B \-h
|
-.B -p
+.B \-p
[
-.B -d
+.B \-d
]] [
-.B -r
+.B \-r
] [
-.B -m \fImru
+.B \-m \fImru
] [
.I file \fR...
]
@@ -30,33 +30,33 @@ each case the result is written to standard output.
.PP
The options are as follows:
.TP
-.B -h
+.B \-h
Prints the bytes sent and received in hexadecimal. If neither this
-option nor the \fB-p\fR option is specified, the bytes are printed as
+option nor the \fB\-p\fR option is specified, the bytes are printed as
the characters themselves, with non-printing and non-ASCII characters
printed as escape sequences.
.TP
-.B -p
+.B \-p
Collects the bytes sent and received into PPP packets, interpreting
the async HDLC framing and escape characters and checking the FCS
(frame check sequence) of each packet. The packets are printed as hex
values and as characters (non-printable characters are printed as
`.').
.TP
-.B -d
-With the \fB-p\fR option, this option causes
+.B \-d
+With the \fB\-p\fR option, this option causes
.B pppdump
to decompress packets which have been compressed with the BSD-Compress
or Deflate methods.
.TP
-.B -r
+.B \-r
Reverses the direction indicators, so that `sent' is printed for
bytes or packets received, and `rcvd' is printed for bytes or packets
sent.
.TP
-.B -m \fImru
+.B \-m \fImru
Use \fImru\fR as the MRU (maximum receive unit) for both directions of
-the link when checking for over-length PPP packets (with the \fB-p\fR
+the link when checking for over-length PPP packets (with the \fB\-p\fR
option).
.SH SEE ALSO
pppd(8)