Bug 1362 - Manual extension
Summary: Manual extension
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-07-01 21:30 UTC by jhs
Modified: 2001-11-28 03:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jhs freebsd_committer freebsd_triage 1996-07-01 21:30:09 UTC

    
Comment 1 mpp freebsd_committer freebsd_triage 1996-07-02 23:17:26 UTC
Even though some of the file systems are not in the default (GENERIC)
kernel, aren't they available as lkms in the default
system?

jhs@FreeBSD.org wrote:
> 
> > send-pr it.  There are several people who are very active in
> > committing man page changes (mpp, wosch for example).
> 
> So here's a little manual extension:
> 
> 
> Enhance fstab manual
> 
> *** old/src/share/man/man5/fstab.5	Sat Jun 12 15:44:43 1993
> --- new/src/share/man/man5/fstab.5	Sun Dec 19 03:27:55 1993
> ***************
> *** 81,100 ****
>   The third field,
>   .Pq Fa fs_vfstype ,
>   describes the type of the filesystem.
> ! The system currently supports four types of filesystems:
>   .Bl -tag -width indent -offset indent
>   .It Em ufs 
> ! a local
>   .Tn UNIX
>   filesystem
>   .It Em mfs 
> ! a local memory-based
>   .Tn UNIX
>   filesystem
>   .It Em nfs 
> ! a Sun Microsystems compatible ``Network File System''
>   .It Em swap 
> ! a disk partition to be used for swapping
>   .El
>   .Pp
>   The fourth field,
> --- 81,110 ----
>   The third field,
>   .Pq Fa fs_vfstype ,
>   describes the type of the filesystem.
> ! The system sources can support various filesystem types,
> ! but the default kernel includes only those marked {+},
> ! and excludes those marked {-}:
>   .Bl -tag -width indent -offset indent
>   .It Em ufs 
> ! {+} a local
>   .Tn UNIX
>   filesystem
>   .It Em mfs 
> ! {-} a local memory-based 
>   .Tn UNIX
>   filesystem
>   .It Em nfs 
> ! {+} a Sun Microsystems compatible ``Network File System''
>   .It Em swap 
> ! {+} a disk partition to be used for swapping
> ! .It Em pcfs 
> ! {+} a DOS compatible filesystem
> ! .It Em isofs 
> ! {+} a CD-ROM filesystem (as per ISO 9660)
> ! .\" maybe also say Rock Ridge extensions are handled ?
> ! .It Em procfs 
> ! {-} a file system for accessing process data 
> ! .\" (in active development at Dec. 93)
>   .El
>   .Pp
>   The fourth field,
> 
> Julian
> --
> Julian H. Stacey	jhs@freebsd.org		http://www.freebsd.org/~jhs/
> 


-- 
Mike Pritchard
mpp@FreeBSD.org
"Go that way.  Really fast.  If something gets in your way, turn"
Comment 2 mpp freebsd_committer freebsd_triage 1996-08-21 20:34:12 UTC
State Changed
From-To: open->closed

Fixed in rev 1.4 of fstab.5.