diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-25 05:09:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-10-25 05:09:59 +0000 |
commit | 5e481cffa62ea10828c38f0327d1f9a7b01b6114 (patch) | |
tree | 2a36d69eaf0c3d84853f5234ee7184c81c49fefd /usr.sbin/pppd/pppd.8 | |
parent | 07c4031de656f6efb84460d36a7cd22ff9fe959f (diff) |
Set CLOCAL for chat script by default. Add new option "modem_chat"
to override the default for people using cua devices who want chat
to detect loss of carrier.
Diffstat (limited to 'usr.sbin/pppd/pppd.8')
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 7fdb77980ee..ee60f5900a0 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppd.8,v 1.9 1997/09/02 20:08:37 angelos Exp $ +.\" $OpenBSD: pppd.8,v 1.10 1997/10/25 05:09:58 millert Exp $ .\" manual page [] for pppd 2.3 .\" SH section heading .\" SS subsection heading @@ -405,6 +405,11 @@ Terminal Ready) signal briefly when the connection is terminated and before executing the connect script. On Ultrix, this option implies hardware flow control, as for the \fBcrtscts\fR option. +.B modem_chat +Use the modem control lines during the chat script. The default is +to ignore the state of the CD (Carrier Detect) signal from the modem +during the chat script. If you are using a cua device (as opposed to +a tty device) you should set this option. .TP .B ms-dns \fI<addr> If |