summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ffs
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2000-10-10 23:13:06 +0000
committermarc <marc@openbsd.org>2000-10-10 23:13:06 +0000
commit1ef08e431cdf88eb68d297fa902c905067f75a29 (patch)
treec900fe5194b89b4e38f38be92db504f36a98843d /sbin/mount_ffs
parentmount -t is the preferred way to invoke (diff)
downloadwireguard-openbsd-1ef08e431cdf88eb68d297fa902c905067f75a29.tar.xz
wireguard-openbsd-1ef08e431cdf88eb68d297fa902c905067f75a29.zip
mount -t is the preferred way to invoke
Diffstat (limited to 'sbin/mount_ffs')
-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.