summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2006-12-09 14:40:15 +0000
committerjmc <>2006-12-09 14:40:15 +0000
commit96acb90323dc96ef02d2970dc81f29385d134c85 (patch)
tree4b73d0385e9e5575b909fac2b9cb700d04ccde67 /src
parenta3712ed52140d5133de2172d6925a2cd113c5c51 (diff)
downloadopenbsd-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.313
-rw-r--r--src/lib/libc/net/inet6_rthdr_space.313
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.\"
62Note:
63RFC 2292 has been superseded by RFC 3542.
64The use of functions described in this page is deprecated.
65See
66.Xr inet6_opt_init 3 .
67.Pp
62Manipulating and parsing IPv6's Hop-by-Hop and Destination options is 68Manipulating and parsing IPv6's Hop-by-Hop and Destination options is
63complicated by the need to properly align and pad data as well as the 69complicated by the need to properly align and pad data as well as the
64need to manipulate ancillary information that is not part of the data 70need to manipulate ancillary information that is not part of the data
@@ -70,11 +76,6 @@ All of the prototypes
70for the option functions are defined in the 76for the option functions are defined in the
71.Aq Pa netinet/in.h 77.Aq Pa netinet/in.h
72header file. 78header file.
73.Pp
74RFC 2292 was superseded by RFC 3542.
75Functions described in this document were deprecated.
76See
77.Xr inet6_opt_init 3 .
78.\" 79.\"
79.Ss inet6_option_space 80.Ss inet6_option_space
80In order to determine the amount of space necessary to hold any option 81In 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
73Note:
74RFC 2292 has been superseded by RFC 3542.
75The use of functions described in this page is deprecated.
76See
77.Xr inet6_rth_space 3 .
78.Pp
73The RFC 2292 IPv6 Advanced API defined eight functions for 79The RFC 2292 IPv6 Advanced API defined eight functions for
74applications to use for building and parsing routing headers. 80applications to use for building and parsing routing headers.
75The 81The
@@ -88,11 +94,6 @@ Please note that RFC 2292 uses the term
88instead of the term 94instead of the term
89.Dq addresses 95.Dq addresses
90but they are considered equivalent for this manual page. 96but they are considered equivalent for this manual page.
91.Pp
92RFC 2292 was superseded by RFC 3542.
93Functions described in this document were deprecated.
94See
95.Xr inet6_rth_space 3 .
96.\" 97.\"
97.Ss inet6_rthdr_space 98.Ss inet6_rthdr_space
98The 99The