diff options
Diffstat (limited to 'src/lib/libc/net/inet6_option_space.3')
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 24919d074e..5150b191bd 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.9 2003/01/18 23:53:49 deraadt Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.10 2003/05/01 19:17:37 jmc Exp $ |
2 | .\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $ | 2 | .\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
@@ -68,7 +68,7 @@ ancillary data manipulation. | |||
68 | RFC2292 defines a set of functions to help the application. | 68 | RFC2292 defines a set of functions to help the application. |
69 | The function prototypes for | 69 | The function prototypes for |
70 | these functions are all in the | 70 | these functions are all in the |
71 | .Aq Li netinet/in.h | 71 | .Aq Pa netinet/in.h |
72 | header. | 72 | header. |
73 | .\" | 73 | .\" |
74 | .Ss inet6_option_space | 74 | .Ss inet6_option_space |
@@ -248,7 +248,7 @@ is the value of the option data length byte for this option. | |||
248 | This value is required as an argument to allow the function to | 248 | This value is required as an argument to allow the function to |
249 | determine if padding must be appended at the end of the option. | 249 | determine if padding must be appended at the end of the option. |
250 | (The | 250 | (The |
251 | .Fn inet6_option_append | 251 | .Fn inet6_option_append |
252 | function does not need a data length argument | 252 | function does not need a data length argument |
253 | since the option data length must already be stored by the caller.) | 253 | since the option data length must already be stored by the caller.) |
254 | .Pp | 254 | .Pp |