Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/pppd/chat Fix markup. Fix backslashes to surive roff.



details:   https://anonhg.NetBSD.org/src/rev/e79ab12bfde6
branches:  trunk
changeset: 748696:e79ab12bfde6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Nov 02 00:40:23 2009 +0000

description:
Fix markup. Fix backslashes to surive roff.

diffstat:

 dist/pppd/chat/chat.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 0a6f782cf4be -r e79ab12bfde6 dist/pppd/chat/chat.8
--- a/dist/pppd/chat/chat.8     Mon Nov 02 00:35:32 2009 +0000
+++ b/dist/pppd/chat/chat.8     Mon Nov 02 00:40:23 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index