diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-01 19:17:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-01 19:17:38 +0000 |
commit | 4873e0ae1050974114863928dd5e1137b31a68e5 (patch) | |
tree | 07191cdf7de37047c27a38c2562af5a396f90fb5 /lib/libc/net/inet6_option_space.3 | |
parent | ebd78d6dd6dac99b09268c8d90506b5fb7b6939d (diff) |
typos;
Diffstat (limited to 'lib/libc/net/inet6_option_space.3')
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 24919d074e1..5150b191bd7 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.9 2003/01/18 23:53:49 deraadt Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.10 2003/05/01 19:17:37 jmc Exp $ .\" $KAME: inet6_option_space.3,v 1.7 2000/05/17 14:32:13 itojun Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 @@ -68,7 +68,7 @@ ancillary data manipulation. RFC2292 defines a set of functions to help the application. The function prototypes for these functions are all in the -.Aq Li netinet/in.h +.Aq Pa netinet/in.h header. .\" .Ss inet6_option_space @@ -248,7 +248,7 @@ is the value of the option data length byte for this option. This value is required as an argument to allow the function to determine if padding must be appended at the end of the option. (The -.Fn inet6_option_append +.Fn inet6_option_append function does not need a data length argument since the option data length must already be stored by the caller.) .Pp |