diff options
author | jmc <> | 2006-12-09 14:40:15 +0000 |
---|---|---|
committer | jmc <> | 2006-12-09 14:40:15 +0000 |
commit | 96acb90323dc96ef02d2970dc81f29385d134c85 (patch) | |
tree | 4b73d0385e9e5575b909fac2b9cb700d04ccde67 /src | |
parent | a3712ed52140d5133de2172d6925a2cd113c5c51 (diff) | |
download | openbsd-96acb90323dc96ef02d2970dc81f29385d134c85.tar.gz openbsd-96acb90323dc96ef02d2970dc81f29385d134c85.tar.bz2 openbsd-96acb90323dc96ef02d2970dc81f29385d134c85.zip |
tweak the text on deprecated functions, after some help from tom;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 13 | ||||
-rw-r--r-- | src/lib/libc/net/inet6_rthdr_space.3 | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 956cf9d815..286fa9dba9 100644 --- a/src/lib/libc/net/inet6_option_space.3 +++ b/src/lib/libc/net/inet6_option_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_option_space.3,v 1.19 2006/12/09 01:12:28 itojun Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.20 2006/12/09 14:40:15 jmc Exp $ |
2 | .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -59,6 +59,12 @@ | |||
59 | .\" | 59 | .\" |
60 | .Sh DESCRIPTION | 60 | .Sh DESCRIPTION |
61 | .\" | 61 | .\" |
62 | Note: | ||
63 | RFC 2292 has been superseded by RFC 3542. | ||
64 | The use of functions described in this page is deprecated. | ||
65 | See | ||
66 | .Xr inet6_opt_init 3 . | ||
67 | .Pp | ||
62 | Manipulating and parsing IPv6's Hop-by-Hop and Destination options is | 68 | Manipulating and parsing IPv6's Hop-by-Hop and Destination options is |
63 | complicated by the need to properly align and pad data as well as the | 69 | complicated by the need to properly align and pad data as well as the |
64 | need to manipulate ancillary information that is not part of the data | 70 | need to manipulate ancillary information that is not part of the data |
@@ -70,11 +76,6 @@ All of the prototypes | |||
70 | for the option functions are defined in the | 76 | for the option functions are defined in the |
71 | .Aq Pa netinet/in.h | 77 | .Aq Pa netinet/in.h |
72 | header file. | 78 | header file. |
73 | .Pp | ||
74 | RFC 2292 was superseded by RFC 3542. | ||
75 | Functions described in this document were deprecated. | ||
76 | See | ||
77 | .Xr inet6_opt_init 3 . | ||
78 | .\" | 79 | .\" |
79 | .Ss inet6_option_space | 80 | .Ss inet6_option_space |
80 | In order to determine the amount of space necessary to hold any option | 81 | In order to determine the amount of space necessary to hold any option |
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3 index 4a0d22843d..995ae8b66b 100644 --- a/src/lib/libc/net/inet6_rthdr_space.3 +++ b/src/lib/libc/net/inet6_rthdr_space.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.18 2006/12/09 01:12:28 itojun Exp $ | 1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.19 2006/12/09 14:40:15 jmc Exp $ |
2 | .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ | 2 | .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -70,6 +70,12 @@ | |||
70 | .\"FreeBSD, please use the newer API to manipulate routing header | 70 | .\"FreeBSD, please use the newer API to manipulate routing header |
71 | .\"options. | 71 | .\"options. |
72 | .\".Pp | 72 | .\".Pp |
73 | Note: | ||
74 | RFC 2292 has been superseded by RFC 3542. | ||
75 | The use of functions described in this page is deprecated. | ||
76 | See | ||
77 | .Xr inet6_rth_space 3 . | ||
78 | .Pp | ||
73 | The RFC 2292 IPv6 Advanced API defined eight functions for | 79 | The RFC 2292 IPv6 Advanced API defined eight functions for |
74 | applications to use for building and parsing routing headers. | 80 | applications to use for building and parsing routing headers. |
75 | The | 81 | The |
@@ -88,11 +94,6 @@ Please note that RFC 2292 uses the term | |||
88 | instead of the term | 94 | instead of the term |
89 | .Dq addresses | 95 | .Dq addresses |
90 | but they are considered equivalent for this manual page. | 96 | but they are considered equivalent for this manual page. |
91 | .Pp | ||
92 | RFC 2292 was superseded by RFC 3542. | ||
93 | Functions described in this document were deprecated. | ||
94 | See | ||
95 | .Xr inet6_rth_space 3 . | ||
96 | .\" | 97 | .\" |
97 | .Ss inet6_rthdr_space | 98 | .Ss inet6_rthdr_space |
98 | The | 99 | The |