From jhs@vector.jhs.no_domain  Mon Jul  1 13:22:57 1996
Received: from vector.jhs.no_domain (slip139-92-42-157.ut.nl.ibm.net [139.92.42.157])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA05264
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 1 Jul 1996 13:22:50 -0700 (PDT)
Received: (from jhs@localhost) by vector.jhs.no_domain (8.7.5/8.6.9) id OAA17565; Mon, 1 Jul 1996 14:12:30 +0200 (MET DST)
Message-Id: <199607011212.OAA17565@vector.jhs.no_domain>
Date: Mon, 1 Jul 1996 14:12:30 +0200 (MET DST)
From: jhs@freebsd.org
Reply-To: jhs@freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: share/man5/fstab.5  extension
X-Send-Pr-Version: 3.2

>Number:         1362
>Category:       docs
>Synopsis:       Manual extension
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul  1 13:30:09 PDT 1996
>Closed-Date:    Wed Aug 21 12:34:12 PDT 1996
>Last-Modified:  Tue Nov 27 19:22:27 PST 2001
>Originator:     Julian Stacey jhs@freebsd.org
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Mike Pritchard <mpp>
To: jhs@FreeBSD.org
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/1362: share/man5/fstab.5  extension
Date: Tue, 2 Jul 1996 15:17:26 -0700 (PDT)

 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"
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Wed Aug 21 12:34:12 PDT 1996 
State-Changed-Why:  
Fixed in rev 1.4 of fstab.5. 
>Unformatted:
--
Julian H. Stacey	jhs@freebsd.org		http://www.freebsd.org/~jhs/

I saw this 
> From: J Wunsch <j@uriah.heep.sax.de>
> Subject: Re: remote make install
> To: freebsd-current@FreeBSD.org (FreeBSD-current users)
> Date: Sun, 30 Jun 1996 11:12:49 +0200 (MET DST)
> 
> As Chuck Robey 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/
