Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pppd/chat Pull up revision 1.14 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/8927356f56a4
branches:  netbsd-1-5
changeset: 491420:8927356f56a4
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 26 09:41:03 2001 +0000

description:
Pull up revision 1.14 (requested by wiz):
  Correct uucico(8) reference, and whitespace fixes.

diffstat:

 usr.sbin/pppd/chat/chat.8 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 600889ea041f -r 8927356f56a4 usr.sbin/pppd/chat/chat.8
--- a/usr.sbin/pppd/chat/chat.8 Thu Apr 26 09:39:28 2001 +0000
+++ b/usr.sbin/pppd/chat/chat.8 Thu Apr 26 09:41:03 2001 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: chat.8,v 1.12.4.1 2000/07/18 16:15:05 tron Exp $
+.\"    $NetBSD: chat.8,v 1.12.4.2 2001/04/26 09:41:03 he Exp $
 .\" -*- nroff -*-
 .\" manual page [] for chat 1.8
-.\" Id: chat.8,v 1.9 1999/09/06 05:10:23 paulus Exp 
+.\" Id: chat.8,v 1.9 1999/09/06 05:10:23 paulus Exp
 .\" SH section heading
 .\" SS subsection heading
 .\" LP paragraph
@@ -85,7 +85,7 @@
 .B -U \fI<phone number 2>
 Pass in a second string, usually a phone number, that will be
 substituted for the \\U substitution metacharacter in a send string.
-This is useful when dialing an ISDN terminal adapter that requires two 
+This is useful when dialing an ISDN terminal adapter that requires two
 numbers.
 .TP
 .B script
@@ -212,19 +212,19 @@
 the script where you want to have 'ECHO OFF' but still let the user
 know what is happening.  An example is:
 .IP
-ABORT BUSY 
+ABORT BUSY
 .br
-ECHO OFF 
+ECHO OFF
 .br
-SAY "Dialling your ISP...\\n" 
+SAY "Dialling your ISP...\\n"
 .br
-\'' ATDT5551212 
+\'' ATDT5551212
 .br
 TIMEOUT 120
 .br
 SAY "Waiting up to 2 minutes for connection ... "
 .br
-CONNECT '' 
+CONNECT ''
 .br
 SAY "Connected, now logging in ...\n"
 .br
@@ -511,7 +511,7 @@
 documentation. The \fIchat\fR script was taken from the ideas proposed
 by the scripts used by the \fIuucico\fR program.
 .LP
-uucico(1), uucp(1)
+uucp(1), uucico(8)
 .SH COPYRIGHT
 The \fIchat\fR program is in public domain. This is not the GNU public
 license. If it breaks then you get to keep both pieces.



Home | Main Index | Thread Index | Old Index