diff options
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index d41112167d..7c3b78033a 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.16 2005/01/06 10:50:40 jmc Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.17 2005/01/07 10:00:20 jmc 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. |
@@ -236,12 +236,14 @@ The | |||
236 | function appends a Hop-by-Hop option or a Destination option into an | 236 | function appends a Hop-by-Hop option or a Destination option into an |
237 | ancillary data object that has previously been initialized by a call to | 237 | ancillary data object that has previously been initialized by a call to |
238 | .Fn inet6_option_init . | 238 | .Fn inet6_option_init . |
239 | The | 239 | A successful call to the |
240 | .Fn inet6_option_alloc | ||
241 | function returns a pointer to the 8-bit option type field, | ||
242 | which is at the beginning of the allocated region. | ||
240 | .Fn inet6_option_alloc | 243 | .Fn inet6_option_alloc |
241 | function returns a pointer to the 8-bit option type field that at the | 244 | returns |
242 | beginning of the allocated the option on success, or | ||
243 | .Dv NULL | 245 | .Dv NULL |
244 | on an error. | 246 | when an error has occurred. |
245 | .Pp | 247 | .Pp |
246 | The difference between the | 248 | The difference between the |
247 | .Fn inet6_option_alloc | 249 | .Fn inet6_option_alloc |