summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-16 00:32:35 +0000
committerbrian <brian@FreeBSD.org>1997-12-16 00:32:35 +0000
commitccd74359c5076e02fae86cec424872b8cc92d594 (patch)
treeae1a08d7b445336e07ec84d72e2cd191bdc8017a /usr.sbin/ppp
parentecb4136c564d83a7fd94bba6aec03f1b60ed06fb (diff)
downloadFreeBSD-src-ccd74359c5076e02fae86cec424872b8cc92d594.zip
FreeBSD-src-ccd74359c5076e02fae86cec424872b8cc92d594.tar.gz
Wrap long lines
Submitted by: Greg Lehey <grog@lemis.com>
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ppp.89
-rw-r--r--usr.sbin/ppp/ppp.8.m49
2 files changed, 10 insertions, 8 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index caef2d0..e22fb39 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.83 1997/12/07 04:09:12 brian Exp $
+.\" $Id: ppp.8,v 1.84 1997/12/13 02:37:31 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.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.
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index caef2d0..e22fb39 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.83 1997/12/07 04:09:12 brian Exp $
+.\" $Id: ppp.8,v 1.84 1997/12/13 02:37:31 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.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.
OpenPOWER on IntegriCloud