summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_option_space.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/net/inet6_option_space.316
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3
index 5150b191bd..cc30ac3978 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.10 2003/05/01 19:17:37 jmc Exp $ 1.\" $OpenBSD: inet6_option_space.3,v 1.11 2003/05/30 21:37:59 jmc Exp $
2.\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $ 2.\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -54,7 +54,7 @@
54.Ft "int" 54.Ft "int"
55.Fn inet6_option_append "struct cmsghdr *cmsg" "const u_int8_t *typep" "int multx" "int plusy" 55.Fn inet6_option_append "struct cmsghdr *cmsg" "const u_int8_t *typep" "int multx" "int plusy"
56.Ft "u_int8_t *" 56.Ft "u_int8_t *"
57.Fn inet6_option_alloc "struct cmsghdr *cmsg" "int datalen" "int multx" "int plusy"; 57.Fn inet6_option_alloc "struct cmsghdr *cmsg" "int datalen" "int multx" "int plusy"
58.Ft "int" 58.Ft "int"
59.Fn inet6_option_next "const struct cmsghdr *cmsg" "u_int8_t **tptrp" 59.Fn inet6_option_next "const struct cmsghdr *cmsg" "u_int8_t **tptrp"
60.Ft "int" 60.Ft "int"
@@ -389,6 +389,9 @@ and
389is not 389is not
390.Dv NULL . 390.Dv NULL .
391.\" 391.\"
392.Sh EXAMPLES
393RFC2292 gives comprehensive examples in chapter 6.
394.\"
392.Sh DIAGNOSTICS 395.Sh DIAGNOSTICS
393.Fn inet6_option_init 396.Fn inet6_option_init
394and 397and
@@ -416,9 +419,6 @@ to non
416.Dv NULL 419.Dv NULL
417value. 420value.
418.\" 421.\"
419.Sh EXAMPLES
420RFC2292 gives comprehensive examples in chapter 6.
421.\"
422.Sh SEE ALSO 422.Sh SEE ALSO
423.Rs 423.Rs
424.%A W. Stevens 424.%A W. Stevens
@@ -435,14 +435,14 @@ RFC2292 gives comprehensive examples in chapter 6.
435.%D December 1998 435.%D December 1998
436.Re 436.Re
437.\" 437.\"
438.Sh HISTORY
439The implementation first appeared in KAME advanced networking kit.
440.\"
441.Sh STANDARDS 438.Sh STANDARDS
442The functions 439The functions
443are documented in 440are documented in
444.Dq Advanced Sockets API for IPv6 441.Dq Advanced Sockets API for IPv6
445.Pq RFC2292 . 442.Pq RFC2292 .
446.\" 443.\"
444.Sh HISTORY
445The implementation first appeared in KAME advanced networking kit.
446.\"
447.Sh BUGS 447.Sh BUGS
448The text was shamelessly copied from RFC2292. 448The text was shamelessly copied from RFC2292.