Module Name:    src
Committed By:   joerg
Date:           Mon Nov  2 00:40:23 UTC 2009

Modified Files:
        src/dist/pppd/chat: chat.8

Log Message:
Fix markup. Fix backslashes to surive roff.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/pppd/chat/chat.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/pppd/chat/chat.8
diff -u src/dist/pppd/chat/chat.8:1.5 src/dist/pppd/chat/chat.8:1.6
--- src/dist/pppd/chat/chat.8:1.5	Wed Oct 14 17:35:41 2009
+++ src/dist/pppd/chat/chat.8	Mon Nov  2 00:40:23 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: chat.8,v 1.5 2009/10/14 17:35:41 joerg Exp $
+.\"	$NetBSD: chat.8,v 1.6 2009/11/02 00:40:23 joerg Exp $
 .\"
 .\" -*- nroff -*-
 .\" manual page [] for chat 1.8
@@ -269,14 +269,14 @@
 .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
@@ -433,7 +433,7 @@
 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
+.PP
 The break sequence may be embedded into the send string using the
 \fI\\K\fR sequence.
 .SH ESCAPE SEQUENCES

Reply via email to