summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2007-10-14 07:46:49 +0000
committermpp <mpp@FreeBSD.org>2007-10-14 07:46:49 +0000
commit493a307fe255d7cb27693bea482029f5d40180c5 (patch)
tree49b4b50d7e75b1d24b2ce138fb71245adf06929b /share
parentfc1cd65c82906f6355f14ba1e9bbcfddae4d8372 (diff)
downloadFreeBSD-src-493a307fe255d7cb27693bea482029f5d40180c5.zip
FreeBSD-src-493a307fe255d7cb27693bea482029f5d40180c5.tar.gz
Document quotachecks use of the passno field.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fstab.56
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index 7e8f10c..86a9556 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -186,7 +186,9 @@ The sixth field,
.Pq Fa fs_passno ,
is used by the
.Xr fsck 8
-program to determine the order in which file system checks are done
+and
+.Xr quotacheck 8
+programs to determine the order in which file system checks are done
at reboot time.
The root file system should be specified with a
.Fa fs_passno
@@ -199,6 +201,8 @@ same time to utilize parallelism available in the hardware.
If the sixth field is not present or is zero,
a value of zero is returned and
.Xr fsck 8
+and
+.Xr quotacheck 8
will assume that the file system does not need to be checked.
.Bd -literal
#define FSTAB_RW "rw" /* read/write device */
OpenPOWER on IntegriCloud