Fix prototype.

This commit is contained in:
Ruslan Ermilov 2005-11-24 14:27:53 +00:00
parent 8a98250bf9
commit 8bec746911
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152769

View File

@ -37,7 +37,10 @@
.Sh SYNOPSIS
.Fd #include \&"mntopts.h"
.Ft void
.Fn getmntopts "char *options" "struct mntopt *mopts" "int *flagp" "int *altflagp"
.Fo getmntopts
.Fa "const char *options" "const struct mntopt *mopts"
.Fa "int *flagp" "int *altflagp"
.Fc
.Sh DESCRIPTION
The
.Fn getmntopts