summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.