From owner-cvs-src@FreeBSD.ORG Fri Jan 7 11:45:12 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC3C16A4CE; Fri, 7 Jan 2005 11:45:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1503F43D58; Fri, 7 Jan 2005 11:45:12 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j07BjBYi023949; Fri, 7 Jan 2005 11:45:11 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j07BjBMR023948; Fri, 7 Jan 2005 11:45:11 GMT (envelope-from keramida) Message-Id: <200501071145.j07BjBMR023948@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 7 Jan 2005 11:45:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 VFS_UNMOUNT.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 11:45:12 -0000 keramida 2005-01-07 11:45:11 UTC FreeBSD src repository (doc committer) Modified files: share/man/man9 VFS_UNMOUNT.9 Log: Move the description of MNT_FORCE closer to mntflags and use a .Bl list for the valid flag values. This way, if VFS_UNMOUNT(9) supports more flags in the future, adding a single list item is going to be easy and all the flags are going to be in one place. Revision Changes Path 1.11 +13 -8 src/share/man/man9/VFS_UNMOUNT.9