public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* gfs2-utils: master - man: Update man pages to new names, fix refs etc
@ 2009-01-23 11:40 Steven Whitehouse
  0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2009-01-23 11:40 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=61e45ed47a22939898bc0f9fe2809d877069df2b
Commit:        61e45ed47a22939898bc0f9fe2809d877069df2b
Parent:        fb573d2adb00d893a3abc122106aadd146f89900
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Fri Jan 23 10:38:55 2009 +0000
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Fri Jan 23 10:38:55 2009 +0000

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 <swhiteho@redhat.com>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-23 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-23 11:40 gfs2-utils: master - man: Update man pages to new names, fix refs etc Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).