Subject: lib/1766: fstab(5) refers to 'ufs' instead of 'ffs'
To: None <gnats-bugs@gnats.netbsd.org>
From: Mike Long <mike.long@analog.com>
List: netbsd-bugs
Date: 11/16/1995 02:51:36
>Number: 1766
>Category: lib
>Synopsis: fstab(5) refers to 'ufs' instead of 'ffs'
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: lib-bug-people (Library Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Thu Nov 16 03:20:04 1995
>Last-Modified:
>Originator: Mike Long <mike.long@analog.com>
>Organization:
>Release: 951115
>Environment:
System: NetBSD azathoth 1.1_ALPHA NetBSD 1.1_ALPHA (AZATHOTH) #14: Fri Nov 10 01:10:55 EST 1995 root@azathoth:/usr/src/sys/arch/i386/compile/AZATHOTH i386
>Description:
The fstab(5) manpage refers to the 'ufs' filesystem type
instead of the now-proper 'ffs'.
Note that fstab(5) also uses the evil U-word. This patch doesn't
do anything about that, but someone may want to change it.
I also added some missing filesystem types: adosfs & union.
>How-To-Repeat:
man fstab
>Fix:
*** share/man/man5/fstab.5.orig Fri Oct 13 21:31:30 1995
--- share/man/man5/fstab.5 Thu Nov 16 02:44:35 1995
***************
*** 69,73 ****
remote filesystem to be mounted.
For filesystems of type
! .Em ufs ,
the special file name is the block special file name,
and not the character special file name.
--- 69,73 ----
remote filesystem to be mounted.
For filesystems of type
! .Em ffs ,
the special file name is the block special file name,
and not the character special file name.
***************
*** 84,93 ****
.Pq Fa fs_vfstype ,
describes the type of the filesystem.
! The system currently supports nine types of filesystems:
.Bl -tag -width indent -offset indent
! .It Em fdesc
! an implementation of /dev/fd
.It Em cd9660
an ISO 9660 CD-ROM filesystem
.It Em kernfs
various and sundry kernel statistics
--- 84,101 ----
.Pq Fa fs_vfstype ,
describes the type of the filesystem.
! The system currently supports eleven types of filesystems:
.Bl -tag -width indent -offset indent
! .It Em adosfs
! An
! .Tn AmigaDOS
! filesystem
.It Em cd9660
an ISO 9660 CD-ROM filesystem
+ .It Em fdesc
+ an implementation of /dev/fd
+ .It Em ffs
+ a local
+ .Tn UNIX
+ filesystem
.It Em kernfs
various and sundry kernel statistics
***************
*** 104,111 ****
.It Em swap
a disk partition to be used for swapping
! .It Em ufs
! a local
! .Tn UNIX
! filesystem
.El
.Pp
--- 112,117 ----
.It Em swap
a disk partition to be used for swapping
! .It Em union
! a translucent filesystem
.El
.Pp
>Audit-Trail:
>Unformatted: