summaryrefslogtreecommitdiffstats
path: root/sbin/mount
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
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')
-rw-r--r--sbin/mount/getmntopts.38
-rw-r--r--sbin/mount/mount.88
2 files changed, 8 insertions, 8 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
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 8401a1d..8993e80 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -39,13 +39,13 @@
.Nm mount
.Nd mount file systems
.Sh SYNOPSIS
-.Nm mount
+.Nm
.Op Fl adfpruvw
.Op Fl t Ar ufs | lfs | external_type
-.Nm mount
+.Nm
.Op Fl dfpruvw
.Ar special | node
-.Nm mount
+.Nm
.Op Fl dfpruvw
.Op Fl o Ar options
.Op Fl t Ar ufs | lfs | external_type
@@ -70,7 +70,7 @@ file.
.Pp
The system maintains a list of currently mounted file systems.
If no arguments are given to
-.Nm mount ,
+.Nm ,
this list is printed.
.Pp
The options are as follows:
OpenPOWER on IntegriCloud