summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/inet6_option_space.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/inet6_option_space.3')
-rw-r--r--src/lib/libc/net/inet6_option_space.36
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.
68RFC2292 defines a set of functions to help the application. 68RFC2292 defines a set of functions to help the application.
69The function prototypes for 69The function prototypes for
70these functions are all in the 70these functions are all in the
71.Aq Li netinet/in.h 71.Aq Pa netinet/in.h
72header. 72header.
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.
248This value is required as an argument to allow the function to 248This value is required as an argument to allow the function to
249determine if padding must be appended at the end of the option. 249determine 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
252function does not need a data length argument 252function does not need a data length argument
253since the option data length must already be stored by the caller.) 253since the option data length must already be stored by the caller.)
254.Pp 254.Pp