From owner-svn-src-all@FreeBSD.ORG Sun May 8 12:34:32 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0FA106564A; Sun, 8 May 2011 12:34:32 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 137498FC12; Sun, 8 May 2011 12:34:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p48CYVlU046322; Sun, 8 May 2011 12:34:31 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p48CYVSl046318; Sun, 8 May 2011 12:34:31 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201105081234.p48CYVSl046318@svn.freebsd.org> From: Gavin Atkinson Date: Sun, 8 May 2011 12:34:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r221659 - in head/sbin: dumpfs growfs tunefs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 12:34:32 -0000 Author: gavin Date: Sun May 8 12:34:31 2011 New Revision: 221659 URL: http://svn.freebsd.org/changeset/base/221659 Log: We now have multiple filesystems (UFS, ZFS, ...), so for tools that only operate on one type of filesystem, mention this. While here, capitalise the use of "UFS" in growfs.8 to match other uses of the term in other man pages. MFC after: 1 week Modified: head/sbin/dumpfs/dumpfs.8 head/sbin/growfs/growfs.8 head/sbin/tunefs/tunefs.8 Modified: head/sbin/dumpfs/dumpfs.8 ============================================================================== --- head/sbin/dumpfs/dumpfs.8 Sun May 8 12:28:13 2011 (r221658) +++ head/sbin/dumpfs/dumpfs.8 Sun May 8 12:34:31 2011 (r221659) @@ -28,12 +28,12 @@ .\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd January 28, 2009 +.Dd May 8, 2011 .Dt DUMPFS 8 .Os .Sh NAME .Nm dumpfs -.Nd dump file system information +.Nd dump UFS file system information .Sh SYNOPSIS .Nm .Op Fl f @@ -42,7 +42,7 @@ .Sh DESCRIPTION The .Nm -utility prints out the super block and cylinder group information +utility prints out the UFS super block and cylinder group information for the file system or special device specified, unless the .Fl f or Modified: head/sbin/growfs/growfs.8 ============================================================================== --- head/sbin/growfs/growfs.8 Sun May 8 12:28:13 2011 (r221658) +++ head/sbin/growfs/growfs.8 Sun May 8 12:34:31 2011 (r221659) @@ -37,12 +37,12 @@ .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ .\" $FreeBSD$ .\" -.Dd September 8, 2000 +.Dd May 8, 2011 .Dt GROWFS 8 .Os .Sh NAME .Nm growfs -.Nd grow size of an existing ufs file system +.Nd grow size of an existing UFS file system .Sh SYNOPSIS .Nm .Op Fl Ny Modified: head/sbin/tunefs/tunefs.8 ============================================================================== --- head/sbin/tunefs/tunefs.8 Sun May 8 12:28:13 2011 (r221658) +++ head/sbin/tunefs/tunefs.8 Sun May 8 12:34:31 2011 (r221659) @@ -28,12 +28,12 @@ .\" @(#)tunefs.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd December 9, 2010 +.Dd May 8, 2011 .Dt TUNEFS 8 .Os .Sh NAME .Nm tunefs -.Nd tune up an existing file system +.Nd tune up an existing UFS file system .Sh SYNOPSIS .Nm .Op Fl A @@ -56,7 +56,7 @@ .Sh DESCRIPTION The .Nm -utility is designed to change the dynamic parameters of a file system +utility is designed to change the dynamic parameters of a UFS file system which affect the layout policies. The .Nm