summaryrefslogtreecommitdiffstats
path: root/share/man/man5/fstab.5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert. It seems people don't agree about which device should be used.ajacoutot2013-09-231-2/+2
| | | | req. by krw@ millert@
* cd0a -> cd0c for consistency with the FAQ.ajacoutot2013-09-231-3/+3
| | | | discussed with and ok miod@
* Tweak verbiage, bring examples up to date.krw2011-04-171-3/+4
| | | | | | Suggestions from deraadt@ and jmc@. ok jmc@
* tweak the fs_spec paragraph, chiefly in order to document that disklabeljmc2010-09-281-10/+10
| | | | | | | uids can be used, and add an example; ...after much discussion with jsing and krw ok krw
* document FSTAB_RQ; ok deraadt thibjmc2010-09-231-5/+7
|
* improve the description of fs_freq;jmc2009-06-081-5/+11
| | | | | | | prompted by a fix from Warner Losh, freebsd -r193625, but i chose a different fix; help/ok otto
* do not show tcp nfs mounts... somebody might think that would be a goodhenning2007-09-081-3/+3
| | | | thing. From: Maurice Janssen <maurice@z74.net>
* remove crufty adosfs. everytime we try to change a vfs layer interface,deraadt2007-06-011-6/+2
| | | | | | adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* fs_vfstype may be "vnd" now; ok grunkjmc2007-04-141-1/+3
|
* better example & description for mfs, parts from jmc, ok jmc simonhenning2007-02-021-4/+11
|
* Remove cross references between fstab(5) and umount(8).bluhm2007-01-281-6/+4
| | | | ok millert jmc
* update the list of supported filesystems;jmc2006-01-131-7/+9
| | | | diff mostly from mbalmer, and ok him too/
* Remove fdescfspedro2005-12-061-4/+1
|
* ISOXXX/ISO-XXX -> ISO XXXjmc2005-11-271-2/+2
|
* Remove kernfs, okay deraadt@.pedro2005-11-241-3/+1
|
* remove traces of non-existent getfstype() function;jmc2005-10-031-2/+1
| | | | ok krw@ deraadt@
* `noauto' affects mount -A too...jmc2005-06-271-1/+3
| | | | ok millert@
* tweak examples; ok and input deraadtpvalchev2005-03-091-3/+2
| | | | | - add /usr/src w/ softdep - remove procfs/kernfs
* document comments, and provide a 1-line summary of what a line injmc2005-01-131-1/+9
| | | | | | fstab looks like; from michael knudsen;
* - section reorderjmc2003-06-061-5/+5
| | | | | - macro fixes - kill whitespace at EOL
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* document that kernel automatically handles first swap partitionjmc2003-05-101-2/+1
| | | | | | ("swap_device" in swapctl -l) and does not need to be added to /etc/fstab. krw@, fries@, rohee@, millert@, henning@ ok.
* changed example fstab file; fs_passno should be 2 for non-root filesystems.jmc2003-05-071-5/+5
|
* never send a beck to do a man's jobderaadt2002-09-231-10/+7
|
* <deraadt> someone please fix the fstab(5) examplebeck2002-09-231-2/+2
|
* Xr fixups, mostly from PR 2793miod2002-07-031-2/+4
|
* Add a few useful xrefs.miod2002-05-161-2/+6
|
* add some nfs and mfs examplesjcs2002-02-101-1/+4
|
* o) Fix bogus .Xr usage;mpech2001-11-131-2/+2
| | | | | | | | | | | | o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help;
* correct number of supported filesystems; PR#2097jakob2001-10-021-2/+2
|
* o) We don't like .Pp before/after .Sh;mpech2001-08-031-2/+1
| | | | | | | o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok
* kernfs/procfs lines in sample fstabangelos2000-12-291-1/+4
|
* Some share/man fleshing.aaron2000-10-261-20/+13
|
* Remove unwanted trailing whitespace.aaron2000-10-131-2/+2
|
* use noauto on /cdrom in the examplepjanzen2000-07-311-3/+2
|
* examplederaadt2000-04-131-1/+19
|
* Mention ext2fs, use the .Ux macro instead of saying UNIX.millert1999-09-031-4/+9
|
* - remove all trailing whitespaceaaron1999-07-091-8/+8
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* share/man/man5/ man page repairsaaron1998-11-261-47/+68
|
* various cleanups; hoekderaadt1998-06-291-1/+1
|
* be more explicit about fs_typekstailey1997-06-101-1/+1
|
* correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.dederaadt1997-01-231-1/+1
|
* doc auto/noauto optionderaadt1996-06-101-0/+4
|
* from netbsd; ufs -> ffs & two more filesystem types (from Mike Long; PR#1766)deraadt1995-11-191-9/+15
|
* initial import of NetBSD treederaadt1995-10-181-0/+238