From 8bec7469117a3b858335b9e894cc5ec1c3ff3324 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 24 Nov 2005 14:27:53 +0000 Subject: [PATCH] Fix prototype. --- sbin/mount/getmntopts.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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