summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 22:58:44 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 22:58:44 +0000
commit5fc0b0af506cd99477bcdb675451f542e0bd4af2 (patch)
tree23346d28da0779a36ee6d2f0531576c4af7376d2
parent952f0034525c10f69704856caf439c1d92f34bcf (diff)
mount -t is the preferred way to invoke
-rw-r--r--sbin/mount_fdesc/mount_fdesc.811
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8
index 7f16ac6553f..116c0254f8e 100644
--- a/sbin/mount_fdesc/mount_fdesc.8
+++ b/sbin/mount_fdesc/mount_fdesc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_fdesc.8,v 1.10 2000/03/23 21:10:20 aaron Exp $
+.\" $OpenBSD: mount_fdesc.8,v 1.11 2000/10/10 22:58:43 marc Exp $
.\" $NetBSD: mount_fdesc.8,v 1.6 1995/12/17 18:50:19 ghudson Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -58,6 +58,15 @@ The conventional mount point is
and the filesystem should be union mounted in order to augment,
rather than replace, the existing entries in
.Pa /dev .
+This command is invoked by
+.Xr mount 8
+when using the syntax
+.Bd -ragged -offset 4n
+.Nm mount Op options
+-t fdisc
+.Ar fdisc Ar mount_point
+.Ed
+.Pp
This command is normally executed by
.Xr mount 8
at boot time.