aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/getmntopts.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 16:52:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 16:52:27 +0000
commit7c7fb079b997666ef8dc3a60352aa3d2052cb3de (patch)
tree43f30351332f06168f2ee06250cbb52017106489 /sbin/mount/getmntopts.3
parent067c7f48def4817208af5bb4f6b43acdb2f03fce (diff)
downloadsrc-7c7fb079b997666ef8dc3a60352aa3d2052cb3de.tar.gz
src-7c7fb079b997666ef8dc3a60352aa3d2052cb3de.zip
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes: svn path=/head/; revision=68960
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 84ad24f598a7..f9380acf7acf 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