diff options
Diffstat (limited to 'lib/libc')
-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" |