diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index a033ac169dff..b9022d9d3fb3 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