diff options
author | brian <brian@FreeBSD.org> | 1999-08-18 15:35:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-08-18 15:35:54 +0000 |
commit | be5c500691ec86c2b19e0f37fe6a03ed9a926358 (patch) | |
tree | 5fe77e384ac541c4d1466288c99eff5721b369bb /usr.sbin/ppp | |
parent | b9612aa56c93ef5eea6d452880947bc1bb939d4b (diff) | |
download | FreeBSD-src-be5c500691ec86c2b19e0f37fe6a03ed9a926358.zip FreeBSD-src-be5c500691ec86c2b19e0f37fe6a03ed9a926358.tar.gz |
Mention ``alias enable no'', not ``alias enable off''.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 310208c..f38b438 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.188 1999/08/06 20:04:05 brian Exp $ +.\" $Id: ppp.8,v 1.189 1999/08/17 17:22:46 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -2654,7 +2654,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 diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 310208c..f38b438 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.188 1999/08/06 20:04:05 brian Exp $ +.\" $Id: ppp.8,v 1.189 1999/08/17 17:22:46 brian Exp $ .Dd 20 September 1995 .nr XX \w'\fC00' .Os FreeBSD @@ -2654,7 +2654,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 |