summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1997-12-16 00:33:09 +0000
committerbrian <brian@cvs.openbsd.org>1997-12-16 00:33:09 +0000
commitb806ec29c0a295d84202a601693f100397126f41 (patch)
tree60a200960e01373c2310892736399111fb6f7666 /usr.sbin/ppp
parent1780a00664bea6cd3e4b4a252d8e0e3f765655c9 (diff)
Wrap long lines
Submitted by: Greg Lehey <grog@lemis.com>
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ppp.89
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 3ad5b14f497..2acff991777 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.4 1997/12/15 22:44:57 brian Exp $
+.\" $Id: ppp.8,v 1.5 1997/12/16 00:33:08 brian Exp $
.Dd 20 September 1995
.Os OpenBSD
.Dt PPP 8
@@ -1232,7 +1232,8 @@ commands. The
command is used to talk to your modem and establish a link with your
ISP, for example:
.Bd -literal -offset indent
-set dial "ABORT BUSY ABORT NO\\\\sCARRIER TIMEOUT 4 \\"\\" ATZ OK-ATZ-OK ATDT\\\\T TIMEOUT 60 CONNECT"
+set dial "ABORT BUSY ABORT NO\\\\sCARRIER TIMEOUT 4 \\"\\" \e
+ ATZ OK-ATZ-OK ATDT\\\\T TIMEOUT 60 CONNECT"
.Ed
.Pp
This modem "chat" string means:
@@ -1260,11 +1261,11 @@ Wait for the CONNECT string.
Once the connection is established, the login script is executed. This
script is written in the same style as the dial script:
.Bd -literal -offset indent
-set login "TIMEOUT 15 login:-\\\\r-login: awfulhak word: xxx ocol: PPP HELLO"
+set login "TIMEOUT 15 login:-\\\\r-login: awfulhak \e
+ word: xxx ocol: PPP HELLO"
.Ed
.Pp
This login "chat" string means:
-
.Bl -bullet
.It
Set the timeout to 15 seconds.