summaryrefslogtreecommitdiffstats
path: root/sbin/mount/getmntopts.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 16:52:27 +0000
committerru <ru@FreeBSD.org>2000-11-20 16:52:27 +0000
commitea31070695b2e513fcf660fbcc7f05a829839c35 (patch)
tree67d5b2b897cd080f9e1b7ede82c34bfc03085426 /sbin/mount/getmntopts.3
parent5df8ea840b4bfe32452ba29db4478efb738f96c8 (diff)
downloadFreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.zip
FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.tar.gz
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'sbin/mount/getmntopts.3')
-rw-r--r--sbin/mount/getmntopts.38
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3
index 84ad24f..f9380ac 100644
--- a/sbin/mount/getmntopts.3
+++ b/sbin/mount/getmntopts.3
@@ -44,7 +44,7 @@
.Fn getmntopts "char *options" "struct mntopt *mopts" "int *flagp" "int *altflagp"
.Sh DESCRIPTION
The
-.Nm getmntopts
+.Fn getmntopts
function takes a comma separated option list and a list
of valid option names, and computes the bitmask
corresponding to the requested set of options.
@@ -64,7 +64,7 @@ or
field of the option's table entry)
are updated.
The flag words are not initialized by
-.Nm getmntopt .
+.Fn getmntopts .
The table,
.Dv mopts ,
has the following format:
@@ -85,7 +85,7 @@ for example
.Dq suid .
.It Fa m_inverse
tells
-.Nm getmntopts
+.Fn getmntopts
that the name has the inverse meaning of the
bit.
For example,
@@ -164,7 +164,7 @@ struct mntopt mopts[] = {
If the external integer variable
.Dv getmnt_silent
is non-zero then the
-.Nm getmntopts
+.Fn getmntopts
function displays an error message and exits if an
unrecognized option is encountered.
By default
OpenPOWER on IntegriCloud