summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2013-02-03 21:53:28 +1100
committerPaul Mackerras <paulus@samba.org>2013-02-03 21:53:28 +1100
commita7c3489eeaf44e83ce592143c7c8a5b5c29f4c48 (patch)
tree0239fba37afd61b687fc9b0686c93d6ed8d8baa2 /chat
parent8edb889b753056a691a3e4b217a110a35f9fdedb (diff)
downloadppp-a7c3489eeaf44e83ce592143c7c8a5b5c29f4c48.tar.gz
chat: Fix *roff errors in the man page
Fixes these errors: $ nroff -man -ww chat/chat.8 chat/chat.8:227: warning: number register `"' not defined chat/chat.8:291: warning: macro `'' not defined chat/chat.8:368: warning: macro `PR' not defined Patch partly from Debian BTS by Bjarni Ingi Gislason. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'chat')
-rw-r--r--chat/chat.810
1 files changed, 4 insertions, 6 deletions
diff --git a/chat/chat.8 b/chat/chat.8
index 1ed9df3..7b07553 100644
--- a/chat/chat.8
+++ b/chat/chat.8
@@ -224,14 +224,14 @@ SAY "Waiting up to 2 minutes for connection ... "
.br
CONNECT ''
.br
-SAY "Connected, now logging in ...\n"
+SAY "Connected, now logging in ...\\n"
.br
ogin: account
.br
ssword: pass
.br
$ \c
-SAY "Logged in OK ...\n"
+SAY "Logged in OK ...\\n"
\fIetc ...\fR
.LP
This sequence will only present the SAY strings to the user and all
@@ -288,7 +288,7 @@ ABORT 'BUSY'
.br
ABORT 'NO CARRIER'
.br
-'' ATZ
+\&'' ATZ
.br
OK\\r\\n ATD1234567
.br
@@ -318,7 +318,7 @@ signal behavior. Here is an (simple) example script:
.IP
ABORT 'BUSY'
.br
-'' ATZ
+\&'' ATZ
.br
OK\\r\\n ATD1234567
.br
@@ -365,7 +365,6 @@ The special reply string of \fIEOT\fR indicates that the chat program
should send an EOT character to the remote. This is normally the
End-of-file character sequence. A return character is not sent
following the EOT.
-.PR
The EOT sequence may be embedded into the send string using the
sequence \fI^D\fR.
.SH GENERATING BREAK
@@ -374,7 +373,6 @@ to be sent. The break is a special signal on the transmitter. The
normal processing on the receiver is to change the transmission rate.
It may be used to cycle through the available transmission rates on
the remote until you are able to receive a valid login prompt.
-.PR
The break sequence may be embedded into the send string using the
\fI\\K\fR sequence.
.SH ESCAPE SEQUENCES