diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-22 20:09:32 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-22 20:09:32 +0000 |
commit | dcc426dd3701edad13eceb28f3ef6b03ae9d71de (patch) | |
tree | 6ba920b95787cf9295870e2baca0067e048f4cf0 | |
parent | 9a46abe63d4d9a4793089c88d11e313816c4fd2e (diff) |
IPng -> IPv6
-rw-r--r-- | lib/libc/net/inet.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index fc47aee8044..7eb55caf3c0 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.3,v 1.11 2000/06/18 20:28:00 itojun Exp $ +.\" $OpenBSD: inet.3,v 1.12 2000/09/22 20:09:31 aaron Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -295,7 +295,7 @@ The .Nm inet_ntop and .Nm inet_pton -functions conforms to the IETF IPng BSD API and address formatting +functions conforms to the IETF IPv6 BSD API and address formatting specifications. Note that .Nm inet_pton |