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
This commit is contained in:
Sheldon Hearn 2000-08-28 08:52:59 +00:00
parent 222e221abc
commit e4bc2e3400
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65155
2 changed files with 22 additions and 12 deletions

View File

@ -228,6 +228,15 @@ to execute the equivalent of:
.Bd -literal -offset indent .Bd -literal -offset indent
/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp /sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
.Ed .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 .It Fl p
Print mount information in fstab format. Print mount information in fstab format.
Implies also the Implies also the
@ -274,9 +283,9 @@ and
If the type is not one of the internally known types, If the type is not one of the internally known types,
.Nm .Nm
will attempt to execute a program in will attempt to execute a program in
.Pa /sbin/mount_ Ns Em XXX .Pa /sbin/mount_ Ns Sy XXX
where where
.Em XXX .Sy XXX
is replaced by the type name. is replaced by the type name.
For example, nfs filesystems are mounted by the program For example, nfs filesystems are mounted by the program
.Pa /sbin/mount_nfs . .Pa /sbin/mount_nfs .
@ -321,10 +330,6 @@ option.
Verbose mode. Verbose mode.
.It Fl w .It Fl w
The file system object is to be read and write. 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 .Sh DIAGNOSTICS
Various, most of them are self-explanatory. Various, most of them are self-explanatory.
.Pp .Pp

View File

@ -228,6 +228,15 @@ to execute the equivalent of:
.Bd -literal -offset indent .Bd -literal -offset indent
/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp /sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
.Ed .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 .It Fl p
Print mount information in fstab format. Print mount information in fstab format.
Implies also the Implies also the
@ -274,9 +283,9 @@ and
If the type is not one of the internally known types, If the type is not one of the internally known types,
.Nm .Nm
will attempt to execute a program in will attempt to execute a program in
.Pa /sbin/mount_ Ns Em XXX .Pa /sbin/mount_ Ns Sy XXX
where where
.Em XXX .Sy XXX
is replaced by the type name. is replaced by the type name.
For example, nfs filesystems are mounted by the program For example, nfs filesystems are mounted by the program
.Pa /sbin/mount_nfs . .Pa /sbin/mount_nfs .
@ -321,10 +330,6 @@ option.
Verbose mode. Verbose mode.
.It Fl w .It Fl w
The file system object is to be read and write. 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 .Sh DIAGNOSTICS
Various, most of them are self-explanatory. Various, most of them are self-explanatory.
.Pp .Pp