diff options
Diffstat (limited to 'src/lib/libc/net/inet6_option_space.3')
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 5beec487ac..956cf9d815 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.18 2005/01/11 17:45:41 jaredy Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.19 2006/12/09 01:12:28 itojun 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. |
@@ -70,6 +70,11 @@ All of the prototypes | |||
70 | for the option functions are defined in the | 70 | for the option functions are defined in the |
71 | .Aq Pa netinet/in.h | 71 | .Aq Pa netinet/in.h |
72 | header file. | 72 | 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 . | ||
73 | .\" | 78 | .\" |
74 | .Ss inet6_option_space | 79 | .Ss inet6_option_space |
75 | In order to determine the amount of space necessary to hold any option | 80 | In order to determine the amount of space necessary to hold any option |