summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-24 14:27:53 +0000
committerru <ru@FreeBSD.org>2005-11-24 14:27:53 +0000
commit607019b640127074bd45ccea99c37ccfb9ba5670 (patch)
tree6efa27831c6b92444d4b34397d4d109ef5381f45 /sbin
parent20486738f87d2f26b42614952353c92f2e515840 (diff)
downloadFreeBSD-src-607019b640127074bd45ccea99c37ccfb9ba5670.zip
FreeBSD-src-607019b640127074bd45ccea99c37ccfb9ba5670.tar.gz
Fix prototype.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/getmntopts.35
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3
index a033ac1..b9022d9 100644
--- a/sbin/mount/getmntopts.3
+++ b/sbin/mount/getmntopts.3
@@ -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
OpenPOWER on IntegriCloud