diff options
| author | paulus <paulus@NetBSD.org> | 1993-11-28 23:35:34 +0000 |
|---|---|---|
| committer | paulus <paulus@NetBSD.org> | 1993-11-28 23:35:34 +0000 |
| commit | 2c19da3e82b5ca49ffa48d576f9d04233c4ddbb6 (patch) | |
| tree | fe78b5d9fe9793b1079f70ea2e76a65e1cf43efb /usr.sbin | |
| parent | 1aba43bb1356b12ae35441219a0d10a76b81f78c (diff) | |
Fixed typo.
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pppd/pppd.8 | 4 | ||||
| -rw-r--r-- | usr.sbin/pppd/pppd/pppd.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index f8813d54b09..7a74bd3184a 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.3 1993/11/10 01:34:29 paulus Exp $ +.\" $Id: pppd.8,v 1.4 1993/11/28 23:35:34 paulus Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -457,7 +457,7 @@ pppd /dev/ttya 38400 connect 'chat "" "" "login:" "username" If your serial connection is any more complicated than a piece of wire, you may need to arrange for some control characters to be escaped. In particular, it is often useful to escape XON (^Q) and -XOFF (^S), using \fBasyncmap 20000\fR. If the path includes a telnet, +XOFF (^S), using \fBasyncmap a0000\fR. If the path includes a telnet, you probably should escape ^] as well (\fBasyncmap 200a0000\fR). Don't use an rlogin in the path - many implementations are not transparent; they will remove the sequence [0xff, 0xff, 0x73, 0x73, diff --git a/usr.sbin/pppd/pppd/pppd.8 b/usr.sbin/pppd/pppd/pppd.8 index f8813d54b09..7a74bd3184a 100644 --- a/usr.sbin/pppd/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.3 1993/11/10 01:34:29 paulus Exp $ +.\" $Id: pppd.8,v 1.4 1993/11/28 23:35:34 paulus Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -457,7 +457,7 @@ pppd /dev/ttya 38400 connect 'chat "" "" "login:" "username" If your serial connection is any more complicated than a piece of wire, you may need to arrange for some control characters to be escaped. In particular, it is often useful to escape XON (^Q) and -XOFF (^S), using \fBasyncmap 20000\fR. If the path includes a telnet, +XOFF (^S), using \fBasyncmap a0000\fR. If the path includes a telnet, you probably should escape ^] as well (\fBasyncmap 200a0000\fR). Don't use an rlogin in the path - many implementations are not transparent; they will remove the sequence [0xff, 0xff, 0x73, 0x73, |
