summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-04-26 13:10:59 +0000
committerbrian <brian@FreeBSD.org>2001-04-26 13:10:59 +0000
commitaece142b9a56e94af214cd07cf17a1a2fab1fb79 (patch)
treea18475b7a56cab81fff23d5888741b7f962950ce /usr.sbin/ppp/ppp.8
parentc598b2b85886a05f550db124961b92841d41b6dc (diff)
downloadFreeBSD-src-aece142b9a56e94af214cd07cf17a1a2fab1fb79.zip
FreeBSD-src-aece142b9a56e94af214cd07cf17a1a2fab1fb79.tar.gz
Fix some quotes and mention that it's usually necessary to train
your modem to the correct speed when setting up an incoming getty.
Diffstat (limited to 'usr.sbin/ppp/ppp.8')
-rw-r--r--usr.sbin/ppp/ppp.823
1 files changed, 22 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 077e42d..b2c4ea6 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1154,7 +1154,7 @@ to enable a
on the port where the modem is attached.
For example:
.Pp
-.Dl ttyd1 "/usr/libexec/getty std.38400" dialup on secure
+.Dl ttyd1 Qo /usr/libexec/getty std.38400 Qc dialup on secure
.Pp
Don't forget to send a
.Dv HUP
@@ -1164,6 +1164,27 @@ process to start the
.Xr getty 8 :
.Pp
.Dl # kill -HUP 1
+.Pp
+It is usually also necessary to train your modem to the same DTR speed
+as the getty:
+.Bd -literal -offset indent
+# ppp
+ppp ON awfulhak> set device /dev/cuaa1
+ppp ON awfulhak> set speed 38400
+ppp ON awfulhak> term
+deflink: Entering terminal mode on /dev/cuaa1
+Type `~?' for help
+at
+OK
+at
+OK
+atz
+OK
+at
+OK
+~.
+ppp ON awfulhak> quit
+.Ed
.It
Create a
.Pa /usr/local/bin/ppplogin
OpenPOWER on IntegriCloud