diff options
Diffstat (limited to 'src/lib/libc/net/inet6_option_space.3')
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 13 |
1 files changed, 7 insertions, 6 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 |