From owner-freebsd-bugs Mon Jul 1 13:30:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA06171 for bugs-outgoing; Mon, 1 Jul 1996 13:30:46 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA06146; Mon, 1 Jul 1996 13:30:31 -0700 (PDT) Resent-Date: Mon, 1 Jul 1996 13:30:31 -0700 (PDT) Resent-Message-Id: <199607012030.NAA06146@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jhs@freebsd.org 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 ; 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 X-Send-Pr-Version: 3.2 Subject: docs/1362: share/man5/fstab.5 extension Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1362 >Category: docs >Synopsis: Manual extension >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 1 13:30:09 PDT 1996 >Last-Modified: >Originator: Julian Stacey jhs@freebsd.org >Organization: >Release: FreeBSD 2.2-CURRENT i386 >Environment: >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: -- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/ I saw this > From: J Wunsch > 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/