diff options
author | jmc <> | 2003-05-30 21:37:59 +0000 |
---|---|---|
committer | jmc <> | 2003-05-30 21:37:59 +0000 |
commit | 986591b4f6cea288e444153e4adc77d36f27fa67 (patch) | |
tree | 5db7d0c66b823e60b008e6ce1115fb50b7ba008e /src/lib/libc/net/inet6_option_space.3 | |
parent | b696b7e6e3431709a25bed8fdb16c96c42d1074e (diff) | |
download | openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.gz openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.bz2 openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.zip |
- section reorder
- macro cleanup
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 16 |
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 | |||
389 | is not | 389 | is not |
390 | .Dv NULL . | 390 | .Dv NULL . |
391 | .\" | 391 | .\" |
392 | .Sh EXAMPLES | ||
393 | RFC2292 gives comprehensive examples in chapter 6. | ||
394 | .\" | ||
392 | .Sh DIAGNOSTICS | 395 | .Sh DIAGNOSTICS |
393 | .Fn inet6_option_init | 396 | .Fn inet6_option_init |
394 | and | 397 | and |
@@ -416,9 +419,6 @@ to non | |||
416 | .Dv NULL | 419 | .Dv NULL |
417 | value. | 420 | value. |
418 | .\" | 421 | .\" |
419 | .Sh EXAMPLES | ||
420 | RFC2292 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 | ||
439 | The implementation first appeared in KAME advanced networking kit. | ||
440 | .\" | ||
441 | .Sh STANDARDS | 438 | .Sh STANDARDS |
442 | The functions | 439 | The functions |
443 | are documented in | 440 | are 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 | ||
445 | The implementation first appeared in KAME advanced networking kit. | ||
446 | .\" | ||
447 | .Sh BUGS | 447 | .Sh BUGS |
448 | The text was shamelessly copied from RFC2292. | 448 | The text was shamelessly copied from RFC2292. |