mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix prototype.
This commit is contained in:
parent
8a98250bf9
commit
8bec746911
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152769
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user