diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-09 14:40:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-09 14:40:16 +0000 |
commit | ad909425ac58f47599a6c49ca649774555be688d (patch) | |
tree | 00f2b638d16cb9e6d734372520add5aba51a19d0 /lib/libc | |
parent | c27c02e25aef2fa087486f30882b132680b069a6 (diff) |
tweak the text on deprecated functions, after some help from tom;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 13 | ||||
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 956cf9d8154..286fa9dba9b 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.19 2006/12/09 01:12:28 itojun Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.20 2006/12/09 14:40:15 jmc Exp $ .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -59,6 +59,12 @@ .\" .Sh DESCRIPTION .\" +Note: +RFC 2292 has been superseded by RFC 3542. +The use of functions described in this page is deprecated. +See +.Xr inet6_opt_init 3 . +.Pp Manipulating and parsing IPv6's Hop-by-Hop and Destination options is complicated by the need to properly align and pad data as well as the need to manipulate ancillary information that is not part of the data @@ -70,11 +76,6 @@ All of the prototypes for the option functions are defined in the .Aq Pa netinet/in.h header file. -.Pp -RFC 2292 was superseded by RFC 3542. -Functions described in this document were deprecated. -See -.Xr inet6_opt_init 3 . .\" .Ss inet6_option_space In order to determine the amount of space necessary to hold any option diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 4a0d22843d6..995ae8b66b0 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.18 2006/12/09 01:12:28 itojun Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.19 2006/12/09 14:40:15 jmc Exp $ .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -70,6 +70,12 @@ .\"FreeBSD, please use the newer API to manipulate routing header .\"options. .\".Pp +Note: +RFC 2292 has been superseded by RFC 3542. +The use of functions described in this page is deprecated. +See +.Xr inet6_rth_space 3 . +.Pp The RFC 2292 IPv6 Advanced API defined eight functions for applications to use for building and parsing routing headers. The @@ -88,11 +94,6 @@ Please note that RFC 2292 uses the term instead of the term .Dq addresses but they are considered equivalent for this manual page. -.Pp -RFC 2292 was superseded by RFC 3542. -Functions described in this document were deprecated. -See -.Xr inet6_rth_space 3 . .\" .Ss inet6_rthdr_space The |