summaryrefslogtreecommitdiff
path: root/sbin/mount_ext2fs
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2000-10-19 17:43:05 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2000-10-19 17:43:05 +0000
commit663c5934cf3a56483e985ffb41694c26c6800bad (patch)
tree1a2974906588850cb71bf53b2fb519b9b452d49f /sbin/mount_ext2fs
parent3a9df5887e70ddcdbedbbbdbdf402ad9517321ee (diff)
invoked from mount -t ...
Diffstat (limited to 'sbin/mount_ext2fs')
-rw-r--r--sbin/mount_ext2fs/mount_ext2fs.810
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8
index e1a8f2cd5c8..d2f2a719898 100644
--- a/sbin/mount_ext2fs/mount_ext2fs.8
+++ b/sbin/mount_ext2fs/mount_ext2fs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_ext2fs.8,v 1.5 1999/07/21 01:07:54 deraadt Exp $
+.\" $OpenBSD: mount_ext2fs.8,v 1.6 2000/10/19 17:43:04 marc Exp $
.\"
.\" Copyright (c) 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -50,6 +50,14 @@ command attaches a ext2fs file system
.Ar special
device on to the file system tree at the point
.Ar node .
+This command is invoked by
+.Xr mount 8
+when using the syntax
+.Bd -ragged -offset 4n
+.Nm mount Op options
+-t ext2fs
+.Ar special Ar node
+.Ed
.Pp
This command is normally executed by
.Xr mount 8