diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-05-29 18:32:41 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-05-29 18:32:41 +0000 |
| commit | 05dbe14bd394a8a0eaf3b30c07393dfca771aea7 (patch) | |
| tree | 1b2408a3e01513d3bc72b21cba3780235361d849 /usr.sbin/ppp/README.changes | |
| parent | 81358fa3fc61a0d021f5a92e8dfadfaf3fecbf92 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/README.changes')
| -rw-r--r-- | usr.sbin/ppp/README.changes | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ppp/README.changes b/usr.sbin/ppp/README.changes index 2053cbf9576a..609b12f07e06 100644 --- a/usr.sbin/ppp/README.changes +++ b/usr.sbin/ppp/README.changes @@ -34,7 +34,7 @@ o The value of the CONNECT environment variable is logged in the o Out-of-sequence FSM packets (IPCP/LCP/CCP) are dropped by default. o Reconnect values are used after an LQR timeout. o ^C works on the parent in -background mode. -o The dial/call/open command works asyncronously. As a result, prompts +o The dial/call/open command works asynchronously. As a result, prompts do not lose control while dialing. o The `display' command has been removed. All information is available with the appropriate `show' command. @@ -51,7 +51,7 @@ o `Set stopped' only has two parameters. It's no longer possible to have an IPCP stopped timer. o `Set timeout' only has one parameter. Use `set lqrperiod' and `set {lcp,ccp,ipcp,chap,pap}retry' for the other timers. `show timeout' - is also now available using the relevent show commands. + is also now available using the relevant show commands. o `set loopback' is now `enable/disable loopback'. o `show auto', `show loopback' and `show mtu' are all part of `show bundle'. o `show mru' is part of `show lcp' @@ -68,3 +68,5 @@ o Ppp can use tun devices > tun255. o Protocol-compressed packets are accepted even if they were denied at LCP negotiation time. o Passwords aren't logged when logging the ``set server'' line. +o Command line options only need enough characters to uniquely identify + them. -a == -auto, -dd == -ddial etc. -interactive is also allowed. |
