diff options
| author | jmc <> | 2005-01-07 10:00:20 +0000 |
|---|---|---|
| committer | jmc <> | 2005-01-07 10:00:20 +0000 |
| commit | 9d1791545b9c598f3b47144dc3b143b06121c6aa (patch) | |
| tree | 65855c0cd23c4099f83de601c787ab8e2ee82106 /src/lib/libc | |
| parent | 590da20c32e4165b6ddc6ac23aef7c3cbef1c4ba (diff) | |
| download | openbsd-9d1791545b9c598f3b47144dc3b143b06121c6aa.tar.gz openbsd-9d1791545b9c598f3b47144dc3b143b06121c6aa.tar.bz2 openbsd-9d1791545b9c598f3b47144dc3b143b06121c6aa.zip | |
clarify a sentence;
from george v. neville-neil, via itojun@
Diffstat (limited to 'src/lib/libc')
| -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 |
