Fix prototype.

This commit is contained in:
ru 2005-11-24 14:27:53 +00:00
parent 20486738f8
commit 607019b640

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