diff options
author | ru <ru@FreeBSD.org> | 2005-11-24 14:27:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-24 14:27:53 +0000 |
commit | 607019b640127074bd45ccea99c37ccfb9ba5670 (patch) | |
tree | 6efa27831c6b92444d4b34397d4d109ef5381f45 /sbin/mount | |
parent | 20486738f87d2f26b42614952353c92f2e515840 (diff) | |
download | FreeBSD-src-607019b640127074bd45ccea99c37ccfb9ba5670.zip FreeBSD-src-607019b640127074bd45ccea99c37ccfb9ba5670.tar.gz |
Fix prototype.
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/getmntopts.3 | 5 |
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 |