From: Sascha Wildner Date: Tue, 30 Jul 2013 20:23:02 +0000 (+0200) Subject: getmntopts.3: Adjust manpage prototype. X-Git-Tag: v3.7.0~687 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/987e5e7964dfea48da71ad218a5a0c0b3e36ec5a getmntopts.3: Adjust manpage prototype. --- diff --git a/lib/libutil/getmntopts.3 b/lib/libutil/getmntopts.3 index d83c830077..d49b12052c 100644 --- a/lib/libutil/getmntopts.3 +++ b/lib/libutil/getmntopts.3 @@ -39,7 +39,7 @@ .Sh SYNOPSIS .In mntopts.h .Ft void -.Fn getmntopts "char *options" "struct mntopt *mopts" "int *flagp" "int *altflagp" +.Fn getmntopts "const char *options" "const struct mntopt *mopts" "int *flagp" "int *altflagp" .Sh DESCRIPTION The .Fn getmntopts