Make the file system names column wide enough to suit all names.
Terminate all entries with a dot (for consistency with the ones that were like this before). Few minor markup fixes.
This commit is contained in:
parent
1a0ed0c2e8
commit
4d3c62ba48
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fstab.5,v 1.30 2005/09/29 20:59:13 jmmv Exp $
|
||||
.\" $NetBSD: fstab.5,v 1.31 2005/09/29 21:02:14 jmmv Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -92,42 +92,44 @@ The third field,
|
|||
.Pq Fa fs_vfstype ,
|
||||
describes the type of the filesystem.
|
||||
The system currently supports these filesystems:
|
||||
.Bl -tag -width indent -offset indent
|
||||
.Bl -tag -width filecore -offset indent
|
||||
.It Em adosfs
|
||||
an
|
||||
.Tn AmigaDOS
|
||||
filesystem
|
||||
filesystem.
|
||||
.It Em cd9660
|
||||
an
|
||||
.Tn ISO
|
||||
9660 CD-ROM filesystem
|
||||
9660 CD-ROM filesystem.
|
||||
.It Em ext2fs
|
||||
an implementation of the Linux
|
||||
.Dq Second Extended File-system .
|
||||
.It Em fdesc
|
||||
an implementation of /dev/fd
|
||||
an implementation of
|
||||
.Pa /dev/fd .
|
||||
.It Em ffs
|
||||
a local
|
||||
.Ux
|
||||
filesystem
|
||||
filesystem.
|
||||
.It Em filecore
|
||||
a filesystem for
|
||||
.Tn RISC\ OS
|
||||
.Tn RISC\ OS .
|
||||
.It Em kernfs
|
||||
various and sundry kernel statistics
|
||||
various and sundry kernel statistics.
|
||||
.It Em lfs
|
||||
a log-structured file-system. Currently does not work.
|
||||
a log-structured file-system.
|
||||
Currently does not work.
|
||||
.It Em mfs
|
||||
a local memory-based
|
||||
.Ux
|
||||
filesystem
|
||||
filesystem.
|
||||
.It Em msdos
|
||||
an
|
||||
.Tn MS-DOS
|
||||
.Dq FAT filesystem
|
||||
.Dq FAT filesystem .
|
||||
.It Em nfs
|
||||
a Sun Microsystems compatible
|
||||
.Dq Network File System
|
||||
.Dq Network File System .
|
||||
.It Em ntfs
|
||||
a filesystem used by
|
||||
.Tn Windows NT .
|
||||
|
@ -140,19 +142,19 @@ a demonstration of layered filesystems.
|
|||
.It Em portal
|
||||
a general filesystem interface, currently supports TCP and FS mounts.
|
||||
.It Em procfs
|
||||
a local filesystem of process information
|
||||
a local filesystem of process information.
|
||||
.It Em ptyfs
|
||||
a pseudo-terminal device file system.
|
||||
.It Em smbfs
|
||||
a shared resource from an SMB/CIFS file server.
|
||||
.It Em swap
|
||||
a disk partition to be used for swapping and paging
|
||||
a disk partition to be used for swapping and paging.
|
||||
.It Em tmpfs
|
||||
an efficient memory file system.
|
||||
.It Em umap
|
||||
a user and group re-mapping filesystem.
|
||||
.It Em union
|
||||
a translucent filesystem
|
||||
a translucent filesystem.
|
||||
.El
|
||||
.Pp
|
||||
The fourth field,
|
||||
|
|
Loading…
Reference in New Issue