summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 23:13:07 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 23:13:07 +0000
commitee32f5e542ac3d81f9910b48ee2e1acae766078c (patch)
treedb089887a2964324632f73ce9a066d9e3672db2b /sbin
parent5fc0b0af506cd99477bcdb675451f542e0bd4af2 (diff)
mount -t is the preferred way to invoke
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_ffs/mount_ffs.818
1 files changed, 17 insertions, 1 deletions
diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8
index d61032fbe35..d2163125f39 100644
--- a/sbin/mount_ffs/mount_ffs.8
+++ b/sbin/mount_ffs/mount_ffs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ffs.8,v 1.8 2000/03/18 22:56:00 aaron Exp $
+.\" $OpenBSD: mount_ffs.8,v 1.9 2000/10/10 23:13:06 marc Exp $
.\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -63,6 +63,22 @@ in
and instead should be listed as type
.Dq ffs .
.Pp
+This command is invoked by
+.Xr mount 8
+when using any of the following syntax:
+.Bd -ragged -offset 4n
+.Nm mount Op options
+.Ar special Ar node
+.br
+.Nm mount Op options
+-t ffs
+.Ar special Ar node
+.br
+.Nm mount Op options
+-t ufs
+.Ar special Ar node
+.Ed
+.Pp
This command is normally executed by
.Xr mount 8
at boot time.