From e4bc2e34006a684b49fc59f23d1475b03bf9b6d5 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 28 Aug 2000 08:52:59 +0000 Subject: [PATCH] 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 --- sbin/mount/mount.8 | 17 +++++++++++------ sbin/mount_ifs/mount.8 | 17 +++++++++++------ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 93c8e3e822ba..570e8e87be7a 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 93c8e3e822ba..570e8e87be7a 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