diff options
author | Christopher Zimmermann <chrisz@cvs.openbsd.org> | 2014-06-11 16:59:48 +0000 |
---|---|---|
committer | Christopher Zimmermann <chrisz@cvs.openbsd.org> | 2014-06-11 16:59:48 +0000 |
commit | 127da0727d3d6cb8e1e5306401d6e87aff4b497a (patch) | |
tree | 7d1d412f13cc3d1fb0f42f6f516477c8c1051feb /lib/libc/net/inet6_rth_space.3 | |
parent | 6e4f776e349c7dbcaf1ee6a2aa65337372716ffe (diff) |
Remove manpages about deprecated RFC2292 ancillary data convenience functions.
They are obsoleted by the RFC3542 api.
ok mpi@
Diffstat (limited to 'lib/libc/net/inet6_rth_space.3')
-rw-r--r-- | lib/libc/net/inet6_rth_space.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet6_rth_space.3 b/lib/libc/net/inet6_rth_space.3 index fcd023481fb..fd69da24556 100644 --- a/lib/libc/net/inet6_rth_space.3 +++ b/lib/libc/net/inet6_rth_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rth_space.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: inet6_rth_space.3,v 1.7 2014/06/11 16:59:47 chrisz Exp $ .\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: June 11 2014 $ .Dt INET6_RTH_SPACE 3 .Os .\" @@ -188,7 +188,7 @@ and functions return 0 on errors. .Pp The -.Fn inet6_rthdr_init +.Fn inet6_rth_init function returns .Dv NULL on error. |