diff options
author | brian <brian@cvs.openbsd.org> | 1999-08-18 15:38:16 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1999-08-18 15:38:16 +0000 |
commit | 8f34c663fc59d54f7ecc897a629200cecedd5605 (patch) | |
tree | 1184216950b00d8d30c8f46e10493e210de6c99a /usr.sbin/ppp | |
parent | c30d1328ae88b598c3b208df9eb43a2628a78667 (diff) |
Mention ``alias enable no'', not ``alias enable off''.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8 b/usr.sbin/ppp/ppp/ppp.8 index 8c9e4d2cb3f..af1d59d1cd6 100644 --- a/usr.sbin/ppp/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.68 1999/08/17 17:25:35 brian Exp $ +.\" $Id: ppp.8,v 1.69 1999/08/18 15:38:15 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Dt PPP 8 @@ -2642,7 +2642,7 @@ mode) to properly connect the process that caused the PPP link to come up in the first place. .Pp Disabling IP aliasing with -.Dq alias enable off +.Dq alias enable no will also disable .Sq iface-alias . .El |