summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-01-13 22:31:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-01-13 22:31:20 +0000
commit2e51fa0653c8913ed7bf0d4ee3084f00d7cec5cf (patch)
tree786d6765445fa148e954abc4fbf012e56fd8693e
parent2839edbc263faeb8b7a2e07f91d386833342b147 (diff)
update the list of supported filesystems;
diff mostly from mbalmer, and ok him too/
-rw-r--r--share/man/man5/fstab.516
1 files changed, 9 insertions, 7 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index c02c8c06dde..b41c3f8289f 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fstab.5,v 1.34 2005/12/06 20:18:57 pedro Exp $
+.\" $OpenBSD: fstab.5,v 1.35 2006/01/13 22:31:19 jmc Exp $
.\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -90,7 +90,7 @@ For swap partitions, this field should be specified as
The third field,
.Fa fs_vfstype ,
describes the type of the filesystem.
-The system currently supports twelve types of filesystems:
+The system currently supports the following types of filesystems:
.Pp
.Bl -tag -width indent -offset indent -compact
.It adosfs
@@ -99,13 +99,13 @@ An
filesystem.
.It cd9660
An ISO 9660 CD-ROM filesystem.
+.It ext2fs
+A local Linux compatible ext2fs
+filesystem.
.It ffs
A local
.Ux
filesystem.
-.It ext2fs
-A local Linux compatible ext2fs
-filesystem.
.It mfs
A local memory-based
.Ux
@@ -116,12 +116,14 @@ An
FAT filesystem.
.It nfs
A Sun Microsystems compatible Network File System.
+.It ntfs
+An NTFS filesystem.
.It procfs
A local filesystem containing process information.
.It swap
A disk partition to be used for swapping.
-.It union
-A translucent filesystem.
+.It udf
+A UDF filesystem.
.El
.Pp
The fourth field,