From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26902 invoked by alias); 23 Jan 2009 12:11:35 -0000 Received: (qmail 26896 invoked by alias); 23 Jan 2009 12:11:35 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,KAM_MX,SPF_HELO_PASS X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com Subject: cluster: STABLE2 - man: Update man pages to new names, fix refs etc To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 2c1598f2a824832c2b09351f69d11563759b901e X-Git-Newrev: 6d76ef76f1fd9667667db89d48915270b80bec28 From: "Fabio M. Di Nitto" Message-Id: <20090123121112.E3D42C024D@lists.fedorahosted.org> Date: Fri, 23 Jan 2009 12:11:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00227.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6d76ef76f1fd9667667db89d48915270b80bec28 Commit: 6d76ef76f1fd9667667db89d48915270b80bec28 Parent: 2c1598f2a824832c2b09351f69d11563759b901e Author: Steven Whitehouse AuthorDate: Fri Jan 23 10:38:55 2009 +0000 Committer: Fabio M. Di Nitto CommitterDate: Fri Jan 23 13:10:36 2009 +0100 man: Update man pages to new names, fix refs etc This updates the man pages to refer to the correct names and also to update the refs to those pages from the other man pages. Signed-off-by: Steven Whitehouse --- gfs2/man/fsck.gfs2.8 | 16 ++++++++-------- gfs2/man/gfs2.8 | 4 ++-- gfs2/man/gfs2_grow.8 | 2 +- gfs2/man/gfs2_jadd.8 | 2 +- gfs2/man/mount.gfs2.8 | 8 ++++---- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gfs2/man/fsck.gfs2.8 b/gfs2/man/fsck.gfs2.8 index 4d7e612..7c8fd99 100644 --- a/gfs2/man/fsck.gfs2.8 +++ b/gfs2/man/fsck.gfs2.8 @@ -1,21 +1,21 @@ -.TH gfs2_fsck 8 +.TH fsck.gfs2 8 .SH NAME -gfs2_fsck - Offline GFS2 file system checker +fsck.gfs2 - Offline GFS2 file system checker .SH SYNOPSIS -.B gfs2_fsck +.B fsck.gfs2 [\fIOPTION\fR]... \fIDEVICE\fR .SH WARNING All GFS2 nodes \fImust\fP have the GFS2 filesystem unmounted before running -gfs2_fsck. Failure to unmount all nodes may result in filesystem corruption. +fsck.gfs2. Failure to unmount all nodes may result in filesystem corruption. .SH DESCRIPTION -gfs2_fsck will check that the GFS2 file system on a device is structurally valid. +fsck.gfs2 will check that the GFS2 file system on a device is structurally valid. It should not be run on a mounted file system. If file system corruption is detected, it will attempt to repair the file system. There is a limit to what -gfs2_fsck can do. If important file system structures are destroyed, such that +fsck.gfs2 can do. If important file system structures are destroyed, such that the checker cannot determine what the repairs should be, reparations could fail. @@ -39,7 +39,7 @@ Quiet. \fB-n\fP No to all questions. -By specifying this option, gfs2_fsck will only show the changes that +By specifying this option, fsck.gfs2 will only show the changes that would be made, but not make any changes to the filesystem. .TP \fB-V\fP @@ -55,5 +55,5 @@ Print more information while running. \fB-y\fP Yes to all questions. -By specifying this option, gfs2_fsck will not prompt before making +By specifying this option, fsck.gfs2 will not prompt before making changes. diff --git a/gfs2/man/gfs2.8 b/gfs2/man/gfs2.8 index f7fbc42..d2b50fc 100644 --- a/gfs2/man/gfs2.8 +++ b/gfs2/man/gfs2.8 @@ -14,13 +14,13 @@ command/feature you are looking for. gfs2 GFS2 overview (this man page) .TP -gfs2_mount +mount.gfs2 Mounting a GFS2 file system .TP gfs2_edit A GFS2 debug tool (use with caution) .TP -gfs2_fsck +fsck.gfs2 The GFS2 file system checker .TP gfs2_grow diff --git a/gfs2/man/gfs2_grow.8 b/gfs2/man/gfs2_grow.8 index acf5c0b..34348a0 100644 --- a/gfs2/man/gfs2_grow.8 +++ b/gfs2/man/gfs2_grow.8 @@ -57,4 +57,4 @@ have done were it run without this flag. Version. Print out version information, then exit. .SH SEE ALSO -gfs2_mkfs(8) gfs2_jadd(8) +mkfs.gfs2(8) gfs2_jadd(8) diff --git a/gfs2/man/gfs2_jadd.8 b/gfs2/man/gfs2_jadd.8 index 0e24648..a645fb7 100644 --- a/gfs2/man/gfs2_jadd.8 +++ b/gfs2/man/gfs2_jadd.8 @@ -57,4 +57,4 @@ Initial size of each journal's unlinked tag file Version. Print version information, then exit. . .SH SEE ALSO -gfs2_mkfs(8) gfs2_grow(8) +mkfs.gfs2(8) gfs2_grow(8) diff --git a/gfs2/man/mount.gfs2.8 b/gfs2/man/mount.gfs2.8 index 95284c4..96d7b62 100644 --- a/gfs2/man/mount.gfs2.8 +++ b/gfs2/man/mount.gfs2.8 @@ -1,7 +1,7 @@ -.TH gfs2_mount 8 +.TH mount.gfs2 8 .SH NAME -gfs2_mount - GFS2 mount options +mount.gfs2 - GFS2 mount options .SH SYNOPSIS .B mount @@ -76,7 +76,7 @@ this matches the .o filename of the lock module, e.g. \fIlock_dlm\fR, or \fIlock_nolock\fR. The default lock protocol name is written to disk initially when creating the -filesystem with \fBgfs2_mkfs\fP(8), -p option. It can be changed on-disk by +filesystem with \fBmkfs.gfs2\fP(8), -p option. It can be changed on-disk by using the \fBgfs2_tool\fP(8) utility's \fBsb proto\fP command. The \fBlockproto\fP mount option should be used only under special @@ -96,7 +96,7 @@ lock_dlm, the format is \fIclustername:fsname\fR. For lock_nolock, the field is ignored. The default cluster/filesystem name is written to disk initially when creating -the filesystem with \fBgfs2_mkfs\fP(8), -t option. It can be changed on-disk +the filesystem with \fBmkfs.gfs2\fP(8), -t option. It can be changed on-disk by using the \fBgfs2_tool\fP(8) utility's \fBsb table\fP command. The \fBlocktable\fP mount option should be used only under special