typo in function name
This commit is contained in:
parent
cc50260947
commit
4b9654f602
|
@ -1,5 +1,5 @@
|
|||
.\" $NetBSD: inet6_option_space.3,v 1.2 2000/05/17 14:20:21 itojun Exp $
|
||||
.\" $KAME: inet6_option_space.3,v 1.5 2000/05/17 14:13:15 itojun Exp $
|
||||
.\" $NetBSD: inet6_option_space.3,v 1.3 2000/05/17 14:24:59 itojun Exp $
|
||||
.\" $KAME: inet6_option_space.3,v 1.6 2000/05/17 14:22:26 itojun Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1987, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -48,7 +48,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"
|
||||
|
|
Loading…
Reference in New Issue