summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-08-28 08:52:59 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-08-28 08:52:59 +0000
commit06a2df14fe68ebff86d71bcf86e3293827602801 (patch)
tree697009d1900032efe0a6dc9e6744330daef57047 /sbin
parentb00485b521aab4ab98d16283110973c0df4985a8 (diff)
downloadFreeBSD-src-06a2df14fe68ebff86d71bcf86e3293827602801.zip
FreeBSD-src-06a2df14fe68ebff86d71bcf86e3293827602801.tar.gz
Explain the notion that additional mount options may be described
in mount_XXX manual pages. Remove explicit mention of NFS mount options, since they are accurately described by this rule. PR: 20814
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount/mount.817
-rw-r--r--sbin/mount_ifs/mount.817
2 files changed, 22 insertions, 12 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 93c8e3e..570e8e8 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -228,6 +228,15 @@ to execute the equivalent of:
.Bd -literal -offset indent
/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
.Ed
+.Pp
+Additional options specific to filesystem types
+which are not internally known
+(see the description of the
+.Fl t
+option below)
+may be described in the manual pages for the associated
+.Pa /sbin/mount_ Ns Sy XXX
+utilities.
.It Fl p
Print mount information in fstab format.
Implies also the
@@ -274,9 +283,9 @@ and
If the type is not one of the internally known types,
.Nm
will attempt to execute a program in
-.Pa /sbin/mount_ Ns Em XXX
+.Pa /sbin/mount_ Ns Sy XXX
where
-.Em XXX
+.Sy XXX
is replaced by the type name.
For example, nfs filesystems are mounted by the program
.Pa /sbin/mount_nfs .
@@ -321,10 +330,6 @@ option.
Verbose mode.
.It Fl w
The file system object is to be read and write.
-.Pp
-The options specific to NFS filesystems are described in the
-.Xr mount_nfs 8
-manual page.
.Sh DIAGNOSTICS
Various, most of them are self-explanatory.
.Pp
diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8
index 93c8e3e..570e8e8 100644
--- a/sbin/mount_ifs/mount.8
+++ b/sbin/mount_ifs/mount.8
@@ -228,6 +228,15 @@ to execute the equivalent of:
.Bd -literal -offset indent
/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
.Ed
+.Pp
+Additional options specific to filesystem types
+which are not internally known
+(see the description of the
+.Fl t
+option below)
+may be described in the manual pages for the associated
+.Pa /sbin/mount_ Ns Sy XXX
+utilities.
.It Fl p
Print mount information in fstab format.
Implies also the
@@ -274,9 +283,9 @@ and
If the type is not one of the internally known types,
.Nm
will attempt to execute a program in
-.Pa /sbin/mount_ Ns Em XXX
+.Pa /sbin/mount_ Ns Sy XXX
where
-.Em XXX
+.Sy XXX
is replaced by the type name.
For example, nfs filesystems are mounted by the program
.Pa /sbin/mount_nfs .
@@ -321,10 +330,6 @@ option.
Verbose mode.
.It Fl w
The file system object is to be read and write.
-.Pp
-The options specific to NFS filesystems are described in the
-.Xr mount_nfs 8
-manual page.
.Sh DIAGNOSTICS
Various, most of them are self-explanatory.
.Pp
OpenPOWER on IntegriCloud