diff options
author | deraadt <> | 2000-03-28 22:44:26 +0000 |
---|---|---|
committer | deraadt <> | 2000-03-28 22:44:26 +0000 |
commit | 2bb137bf47c79c1d8d6b364250a8f19c7252932b (patch) | |
tree | daba7c008b86ffff15b33e7b8b544b54f31fbf71 /src | |
parent | 915c7cbd88f2276c7b1a1a0af1cf545d1b0c18d9 (diff) | |
download | openbsd-2bb137bf47c79c1d8d6b364250a8f19c7252932b.tar.gz openbsd-2bb137bf47c79c1d8d6b364250a8f19c7252932b.tar.bz2 openbsd-2bb137bf47c79c1d8d6b364250a8f19c7252932b.zip |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/inet6_option_space.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/inet6_option_space.3 b/src/lib/libc/net/inet6_option_space.3 index 3334530c8d..b053981fa9 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.2 2000/01/18 21:49:01 aaron Exp $ | 1 | .\" $OpenBSD: inet6_option_space.3,v 1.3 2000/03/28 22:44:26 deraadt Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -50,7 +50,7 @@ | |||
50 | .Sh SYNOPSIS | 50 | .Sh SYNOPSIS |
51 | .Fd #include <netinet/in.h> | 51 | .Fd #include <netinet/in.h> |
52 | .Ft "int" | 52 | .Ft "int" |
53 | .Fn inet6_options_space "int nbytes" | 53 | .Fn inet6_option_space "int nbytes" |
54 | .Ft "int" | 54 | .Ft "int" |
55 | .Fn inet6_option_init "void *bp" "struct cmsghdr **cmsgp" "int type" | 55 | .Fn inet6_option_init "void *bp" "struct cmsghdr **cmsgp" "int type" |
56 | .Ft "int" | 56 | .Ft "int" |