diff options
Diffstat (limited to 'src/lib/libc/net/inet6_opt_init.3')
-rw-r--r-- | src/lib/libc/net/inet6_opt_init.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/inet6_opt_init.3 b/src/lib/libc/net/inet6_opt_init.3 index fb4253aa2c..41ba842166 100644 --- a/src/lib/libc/net/inet6_opt_init.3 +++ b/src/lib/libc/net/inet6_opt_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: inet6_opt_init.3,v 1.7 2022/03/29 18:15:52 naddy Exp $ | 1 | .\" $OpenBSD: inet6_opt_init.3,v 1.8 2022/03/31 17:27:16 naddy Exp $ |
2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ | 2 | .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 WIDE Project. | 4 | .\" Copyright (C) 2004 WIDE Project. |
@@ -28,7 +28,7 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: March 29 2022 $ | 31 | .Dd $Mdocdate: March 31 2022 $ |
32 | .Dt INET6_OPT_INIT 3 | 32 | .Dt INET6_OPT_INIT 3 |
33 | .Os | 33 | .Os |
34 | .\" | 34 | .\" |
@@ -97,7 +97,7 @@ The | |||
97 | function can perform different jobs. | 97 | function can perform different jobs. |
98 | When a valid | 98 | When a valid |
99 | .Fa extbuf | 99 | .Fa extbuf |
100 | argument is supplied it appends an option to the extension buffer and | 100 | argument is supplied, it appends an option to the extension buffer and |
101 | returns the updated total length as well as a pointer to the newly | 101 | returns the updated total length as well as a pointer to the newly |
102 | created option in | 102 | created option in |
103 | .Fa databufp . | 103 | .Fa databufp . |
@@ -173,7 +173,7 @@ or | |||
173 | When | 173 | When |
174 | .Fa extbuf | 174 | .Fa extbuf |
175 | is not | 175 | is not |
176 | .Dv NULL | 176 | .Dv NULL , |
177 | the function also sets up the appropriate padding bytes by inserting a | 177 | the function also sets up the appropriate padding bytes by inserting a |
178 | Pad1 or PadN option of the proper length. | 178 | Pad1 or PadN option of the proper length. |
179 | .Pp | 179 | .Pp |
@@ -238,7 +238,7 @@ and | |||
238 | point to the 8-bit option type, the 8-bit option length and the option | 238 | point to the 8-bit option type, the 8-bit option length and the option |
239 | data respectively. | 239 | data respectively. |
240 | This function does not return any PAD1 or PADN options. | 240 | This function does not return any PAD1 or PADN options. |
241 | When an error occurs or there are no more options the return | 241 | When an error occurs or there are no more options, the return |
242 | value is \-1. | 242 | value is \-1. |
243 | .\" | 243 | .\" |
244 | .Ss inet6_opt_find | 244 | .Ss inet6_opt_find |