do not trim leading pathname from special device name
[unix-history] / usr / src / sbin / mount / mount.8
index c8c4c1f..551b4e5 100644 (file)
@@ -13,7 +13,7 @@
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.\"    @(#)mount.8     6.9 (Berkeley) %G%
+.\"    @(#)mount.8     6.11 (Berkeley) %G%
 .\"
 .TH MOUNT 8 ""
 .UC 4
 .\"
 .TH MOUNT 8 ""
 .UC 4
@@ -79,8 +79,8 @@ to indicate the file system type.
 The type \fBufs\fP is the default.
 If the type is not one of the internally known types,
 mount will attempt to execute a program in
 The type \fBufs\fP is the default.
 If the type is not one of the internally known types,
 mount will attempt to execute a program in
-.B /sbin
-corresponding to the type name.
+.B /sbin/mount_XXX
+where \fBXXX\fP is replaced by the type name.
 The standard mount options (see below) are parsed and
 passed to external program via the \fI-F\fP option
 as a decimal number.
 The standard mount options (see below) are parsed and
 passed to external program via the \fI-F\fP option
 as a decimal number.
@@ -95,7 +95,7 @@ For example, the mount command:
 .br
 causes mount to attempt to execute:
 .br
 .br
 causes mount to attempt to execute:
 .br
-       /sbin/mfs -F 8 -N -s 4000 /dev/dk0b /tmp
+       /sbin/mount_mfs -F 8 -N -s 4000 /dev/dk0b /tmp
 .PP
 Options are specified by a \fI-o\fP argument
 followed by a comma separated string of options.
 .PP
 Options are specified by a \fI-o\fP argument
 followed by a comma separated string of options.
@@ -176,7 +176,7 @@ whether or not any explicit write is attempted.
 .SH FILES
 /etc/fstab     file system table
 .SH "SEE ALSO"
 .SH FILES
 /etc/fstab     file system table
 .SH "SEE ALSO"
-mount(2), fstab(5)
+mount(2), unmount(2), fstab(5)
 .SH BUGS
 Mounting garbaged file systems will crash the system.
 .PP
 .SH BUGS
 Mounting garbaged file systems will crash the system.
 .PP