diff options
author | brian <brian@FreeBSD.org> | 1998-08-09 23:40:31 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-08-09 23:40:31 +0000 |
commit | 40e3575af7863782e4b0996520553cdeab80a99b (patch) | |
tree | 2ab069f104e270a91aea5e65e33721339471d055 | |
parent | c6da4b163fd6be9d2beaa654513f92d46b3fdde1 (diff) | |
download | FreeBSD-src-40e3575af7863782e4b0996520553cdeab80a99b.zip FreeBSD-src-40e3575af7863782e4b0996520553cdeab80a99b.tar.gz |
`dns' option defaults to disabled, not enabled.
-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 4d4ab6c..5f6003f 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.115 1998/08/09 17:17:10 brian Exp $ +.\" $Id: ppp.8,v 1.116 1998/08/09 17:17:23 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -1950,7 +1950,7 @@ program. Refer to the section above for details. It is disabled by default as it violates .Pa rfc1975 . .It dns -Default: Enabled and Denied. This option allows DNS negotiation. +Default: Disabled and Denied. This option allows DNS negotiation. .Pp If .Dq enable Ns No d, diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 4d4ab6c..5f6003f 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.115 1998/08/09 17:17:10 brian Exp $ +.\" $Id: ppp.8,v 1.116 1998/08/09 17:17:23 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -1950,7 +1950,7 @@ program. Refer to the section above for details. It is disabled by default as it violates .Pa rfc1975 . .It dns -Default: Enabled and Denied. This option allows DNS negotiation. +Default: Disabled and Denied. This option allows DNS negotiation. .Pp If .Dq enable Ns No d, |