diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-28 22:44:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-03-28 22:44:27 +0000 |
commit | d8562dddcebfd889b71f61cb47730d9cfc583a7d (patch) | |
tree | 07bfbe5d94f3e987063d4db358a6d2b68dbda487 /lib | |
parent | 0332291914a8f3b2bfae359580890e37e5e3cf15 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 3334530c8d3..b053981fa9f 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.2 2000/01/18 21:49:01 aaron Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.3 2000/03/28 22:44:26 deraadt Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,7 +50,7 @@ .Sh SYNOPSIS .Fd #include <netinet/in.h> .Ft "int" -.Fn inet6_options_space "int nbytes" +.Fn inet6_option_space "int nbytes" .Ft "int" .Fn inet6_option_init "void *bp" "struct cmsghdr **cmsgp" "int type" .Ft "int" |