summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_rthdr_space.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/inet6_rthdr_space.3')
-rw-r--r--src/lib/libc/net/inet6_rthdr_space.316
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3
index 4db0fdd5e0..33b209af4f 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.12 2003/06/02 20:18:35 millert Exp $ 1.\" $OpenBSD: inet6_rthdr_space.3,v 1.13 2003/08/08 09:26:02 jmc Exp $
2.\" $KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $ 2.\" $KAME: inet6_rthdr_space.3,v 1.8 2000/05/17 14:30:15 itojun Exp $
3.\" 3.\"
4.\" Copyright (c) 1983, 1987, 1991, 1993 4.\" Copyright (c) 1983, 1987, 1991, 1993
@@ -63,7 +63,7 @@
63.Fn inet6_rthdr_getflags "const struct cmsghdr *cmsg" "int index" 63.Fn inet6_rthdr_getflags "const struct cmsghdr *cmsg" "int index"
64.\" 64.\"
65.Sh DESCRIPTION 65.Sh DESCRIPTION
66RFC2292 IPv6 advanced API defines eight 66RFC 2292 IPv6 advanced API defines eight
67functions that the application calls to build and examine a Routing 67functions that the application calls to build and examine a Routing
68header. 68header.
69Four functions build a Routing header: 69Four functions build a Routing header:
@@ -258,10 +258,10 @@ or
258Upon an error the return value of the function is -1. 258Upon an error the return value of the function is -1.
259.Pp 259.Pp
260Note: Addresses are indexed starting at 1, and flags starting at 0, 260Note: Addresses are indexed starting at 1, and flags starting at 0,
261to maintain consistency with the terminology and figures in RFC2460. 261to maintain consistency with the terminology and figures in RFC 2460.
262.\" 262.\"
263.Sh EXAMPLES 263.Sh EXAMPLES
264RFC2292 gives comprehensive examples in chapter 8. 264RFC 2292 gives comprehensive examples in chapter 8.
265.\" 265.\"
266.Sh DIAGNOSTICS 266.Sh DIAGNOSTICS
267.Fn inet6_rthdr_space 267.Fn inet6_rthdr_space
@@ -290,14 +290,14 @@ return -1 on error.
290.%A W. Stevens 290.%A W. Stevens
291.%A M. Thomas 291.%A M. Thomas
292.%T "Advanced Sockets API for IPv6" 292.%T "Advanced Sockets API for IPv6"
293.%N RFC2292 293.%N RFC 2292
294.%D February 1998 294.%D February 1998
295.Re 295.Re
296.Rs 296.Rs
297.%A S. Deering 297.%A S. Deering
298.%A R. Hinden 298.%A R. Hinden
299.%T "Internet Protocol, Version 6 (IPv6) Specification" 299.%T "Internet Protocol, Version 6 (IPv6) Specification"
300.%N RFC2460 300.%N RFC 2460
301.%D December 1998 301.%D December 1998
302.Re 302.Re
303.\" 303.\"
@@ -305,13 +305,13 @@ return -1 on error.
305The functions 305The functions
306are documented in 306are documented in
307.Dq Advanced Sockets API for IPv6 307.Dq Advanced Sockets API for IPv6
308.Pq RFC2292 . 308.Pq RFC 2292 .
309.\" 309.\"
310.Sh HISTORY 310.Sh HISTORY
311The implementation first appeared in KAME advanced networking kit. 311The implementation first appeared in KAME advanced networking kit.
312.\" 312.\"
313.Sh BUGS 313.Sh BUGS
314The text was shamelessly copied from RFC2292. 314The text was shamelessly copied from RFC 2292.
315.Pp 315.Pp
316.Fn inet6_rthdr_reverse 316.Fn inet6_rthdr_reverse
317is not implemented yet. 317is not implemented yet.