From owner-cvs-src-old@FreeBSD.ORG Sun Nov 23 19:53:05 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 68CA31065745 for ; Sun, 23 Nov 2008 19:53:05 +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 555748FC13 for ; Sun, 23 Nov 2008 19:53:05 +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 mANJr57s009047 for ; Sun, 23 Nov 2008 19:53:05 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mANJr54O009046 for cvs-src-old@freebsd.org; Sun, 23 Nov 2008 19:53:05 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <200811231953.mANJr54O009046@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Sun, 23 Nov 2008 19:52:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sun, 23 Nov 2008 19:53:05 -0000 keramida 2008-11-23 19:52:56 UTC FreeBSD src repository Modified files: share/man/man5 fstab.5 Log: SVN rev 185217 on 2008-11-23 19:52:56Z by keramida Enhance the explanation of using filesystem-specific mount options in /etc/fstab. We do support passing special options on a per filesystem type basis, like `-u UID -g GID' for mount_msdosfs, but the syntax of these options in fstab is non-obvious and a lot of users have asked about it. PR: docs/128816 Submitted by: Roland Smith, rsmith at xs4all dot nl MFC after: 2 days Revision Changes Path 1.31 +28 -3 src/share/man/man5/fstab.5