diff options
Diffstat (limited to 'src/lib/libc/net/inet6_rthdr_space.3')
-rw-r--r-- | src/lib/libc/net/inet6_rthdr_space.3 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/lib/libc/net/inet6_rthdr_space.3 b/src/lib/libc/net/inet6_rthdr_space.3 index cafe0d2645..3b0d893d04 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.8 2001/06/23 05:57:04 deraadt Exp $ | 1 | .\" $OpenBSD: inet6_rthdr_space.3,v 1.9 2003/01/18 23:53:49 deraadt 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 |
@@ -234,10 +234,8 @@ The return value of the function is -1 upon an error. | |||
234 | .Ss inet6_rthdr_getaddr | 234 | .Ss inet6_rthdr_getaddr |
235 | This function returns a pointer to the IPv6 address specified by | 235 | This function returns a pointer to the IPv6 address specified by |
236 | .Fa index | 236 | .Fa index |
237 | .Po | 237 | (which must have a value between 1 and the value returned by |
238 | which must have a value between 1 and the value returned by | 238 | .Fn inet6_rthdr_segments ) |
239 | .Fn inet6_rthdr_segments | ||
240 | .Pc | ||
241 | in the Routing header described by | 239 | in the Routing header described by |
242 | .Fa cmsg . | 240 | .Fa cmsg . |
243 | An | 241 | An |
@@ -251,11 +249,9 @@ Upon an error the return value of the function is | |||
251 | .Ss inet6_rthdr_getflags | 249 | .Ss inet6_rthdr_getflags |
252 | This function returns the flags value specified by | 250 | This function returns the flags value specified by |
253 | .Fa index | 251 | .Fa index |
254 | .Po | 252 | (which must |
255 | which must | ||
256 | have a value between 0 and the value returned by | 253 | have a value between 0 and the value returned by |
257 | .Fn inet6_rthdr_segments | 254 | .Fn inet6_rthdr_segments ) |
258 | .Pc | ||
259 | in the Routing header described by | 255 | in the Routing header described by |
260 | .Fa cmsg . | 256 | .Fa cmsg . |
261 | For an IPv6 Type 0 Routing header the return value will be either | 257 | For an IPv6 Type 0 Routing header the return value will be either |