From owner-cvs-src-old@FreeBSD.ORG Sat Dec 6 13:47:11 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C47D106576E for ; Sat, 6 Dec 2008 13:47:11 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2628FC13 for ; Sat, 6 Dec 2008 13:47:11 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB6DlB3X099917 for ; Sat, 6 Dec 2008 13:47:11 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB6DlBBS099916 for cvs-src-old@freebsd.org; Sat, 6 Dec 2008 13:47:11 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <200812061347.mB6DlBBS099916@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Sat, 6 Dec 2008 13:47:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_1 Subject: cvs commit: src/share/man/man5 fstab.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 13:47:11 -0000 keramida 2008-12-06 13:47:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_1) share/man/man5 fstab.5 Log: SVN rev 185703 on 2008-12-06 13:47:04Z by keramida MFC: r172623, r175681, r176182, r176184, and r185217 * Document quotachecks use of the passno field. * Explain how the passno field in /etc/fstab works with fsck and quotacheck in some more detail. * Explain in more detail how the pass number field works. * Remove information about block devices; we don't have this sort of separation between character and block devices anymore. * Enhance the explanation of using filesystem-specific mount options, and add a mount_msdosfs example. Approved by: re (kib) Revision Changes Path 1.26.26.2 +86 -15 src/share/man/man5/fstab.5