diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-02 08:18:18 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-09-02 08:18:18 +0000 |
commit | ef72787b4cec5604db178a734089c7630b4f1e9d (patch) | |
tree | 5635a217a4a499b11165585d2c1f187498fa0d0c | |
parent | 7e3bc69c2b2ea8cda7a83e23564155fcf1ab816c (diff) |
Correct the currently supported RFC level of the IPv6CP support,
we have supported RFC2472 for some time. From Brad.
-rw-r--r-- | usr.sbin/ppp/ppp/ppp.8.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp/ppp.8.m4 index e1d6140f870..23ee212dd48 100644 --- a/usr.sbin/ppp/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp/ppp.8.m4 @@ -25,9 +25,9 @@ changecom(,)dnl .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: ppp.8.m4,v 1.41 2008/07/19 10:35:31 reyk Exp $ +.\" $OpenBSD: ppp.8.m4,v 1.42 2009/09/02 08:18:17 sthen Exp $ .\" -.Dd $Mdocdate: July 19 2008 $ +.Dd $Mdocdate: September 2 2009 $ .Dt PPP 8 .Os .Sh NAME @@ -367,7 +367,7 @@ For now, can only get encryption keys from CHAP 81 authentication. .Nm must be compiled with DES for MPPE to operate. -.It Supports IPV6CP (RFC 2023). +.It Supports IPV6CP (RFC 2472). An IPv6 connection can be made in addition to or instead of the normal IPv4 connection. .El |