This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - man: Update man pages to new names, fix refs etc


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1367d6a3b013f95034862f507820b15efce1ad13
Commit:        1367d6a3b013f95034862f507820b15efce1ad13
Parent:        edb51888b33386d0afaf5ebf752f076b5b1e5b50
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Jan 23 12:48:40 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Jan 23 12:53:17 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: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 gfs/man/fsck.gfs.8  |   16 ++++++++--------
 gfs/man/gfs.8       |    6 +++---
 gfs/man/gfs_grow.8  |    2 +-
 gfs/man/gfs_jadd.8  |    2 +-
 gfs/man/gfs_tool.8  |    2 +-
 gfs/man/mkfs.gfs.8  |   18 +++++++++---------
 gfs/man/mount.gfs.8 |    8 ++++----
 7 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/gfs/man/fsck.gfs.8 b/gfs/man/fsck.gfs.8
index e0894f0..3dd8b85 100644
--- a/gfs/man/fsck.gfs.8
+++ b/gfs/man/fsck.gfs.8
@@ -1,21 +1,21 @@
-.TH gfs_fsck 8
+.TH fsck.gfs 8
 
 .SH NAME
-gfs_fsck - Offline GFS file system checker
+fsck.gfs - Offline GFS file system checker
 
 .SH SYNOPSIS
-.B gfs_fsck
+.B fsck.gfs
 [\fIOPTION\fR]... \fIDEVICE\fR
 
 .SH WARNING
 All GFS nodes \fImust\fP have the GFS filesystem unmounted before running
-gfs_fsck.  Failure to unmount all nodes may result in filesystem corruption.
+fsck.gfs.  Failure to unmount all nodes may result in filesystem corruption.
 
 .SH DESCRIPTION
-gfs_fsck will check that the GFS file system on a device is structurally valid.
+fsck.gfs will check that the GFS 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
-gfs_fsck can do.  If important file system structures are destroyed, such that
+fsck.gfs can do.  If important file system structures are destroyed, such that
 the checker can not 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, gfs_fsck will only show the changes that
+By specifying this option, fsck.gfs will only show the changes that
 would be made, 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, gfs_fsck will not prompt before making
+By specifying this option, fsck.gfs will not prompt before making
 changes.
diff --git a/gfs/man/gfs.8 b/gfs/man/gfs.8
index 22ab82f..f3a579e 100644
--- a/gfs/man/gfs.8
+++ b/gfs/man/gfs.8
@@ -14,10 +14,10 @@ command/feature you are looking for.
 gfs
 GFS overview (this man page)
 .TP
-gfs_mount
+mount.gfs
 Mounting a GFS file system
 .TP
-gfs_fsck
+fsck.gfs
 The GFS file system checker
 .TP
 gfs_grow
@@ -26,7 +26,7 @@ Growing a GFS file system
 gfs_jadd
 Adding a journal to a GFS file system
 .TP
-gfs_mkfs
+mkfs.gfs
 Make a GFS file system
 .TP
 gfs_quota
diff --git a/gfs/man/gfs_grow.8 b/gfs/man/gfs_grow.8
index 6b0f144..5133ec4 100644
--- a/gfs/man/gfs_grow.8
+++ b/gfs/man/gfs_grow.8
@@ -60,4 +60,4 @@ Version. Print out version information, then exit.
 Verbose. Turn up verbosity of messages.
 
 .SH SEE ALSO
-gfs_mkfs(8) gfs_jadd(8)
+mkfs.gfs(8) gfs_jadd(8)
diff --git a/gfs/man/gfs_jadd.8 b/gfs/man/gfs_jadd.8
index 94975cf..24804e0 100644
--- a/gfs/man/gfs_jadd.8
+++ b/gfs/man/gfs_jadd.8
@@ -72,4 +72,4 @@ Version. Print version information, then exit.
 Verbose. Turn up verbosity of messages.
 
 .SH SEE ALSO
-gfs_mkfs(8) gfs_grow(8)
+mkfs.gfs(8) gfs_grow(8)
diff --git a/gfs/man/gfs_tool.8 b/gfs/man/gfs_tool.8
index 44ca7e3..7cefdc2 100644
--- a/gfs/man/gfs_tool.8
+++ b/gfs/man/gfs_tool.8
@@ -67,7 +67,7 @@ bytes.
 .TP
 \fBmargs\fP \fIarguments\fR
 This loads arguments into the module what will override the mount
-options passed with the -o field on the next mount.  See gfs_mount(8).
+options passed with the -o field on the next mount.  See mount.gfs(8).
 .TP
 \fBreclaim\fP \fIFile\fR
 Returns unused on-disk metadata blocks to free blocks.
diff --git a/gfs/man/mkfs.gfs.8 b/gfs/man/mkfs.gfs.8
index 3da48cb..9176ea7 100644
--- a/gfs/man/mkfs.gfs.8
+++ b/gfs/man/mkfs.gfs.8
@@ -1,14 +1,14 @@
-.TH gfs_mkfs 8
+.TH mkfs.gfs 8
 
 .SH NAME
-gfs_mkfs - Make a GFS filesystem
+mkfs.gfs - Make a GFS filesystem
 
 .SH SYNOPSIS
-.B gfs_mkfs
+.B mkfs.gfs
 [\fIOPTION\fR]... \fIDEVICE\fR
 
 .SH DESCRIPTION
-gfs_mkfs is used to create a Global File System.
+mkfs.gfs is used to create a Global File System.
 
 .SH OPTIONS
 .TP
@@ -32,11 +32,11 @@ The size of the journals in Megabytes. The default journal size is
 128 megabytes.  The minimum size is 32 megabytes.
 .TP
 \fB-j\fP \fINumber\fR 
-The number of journals for gfs_mkfs to create.  You need at least one
+The number of journals for mkfs.gfs to create.  You need at least one
 journal per machine that will mount the filesystem.
 .TP
 \fB-O\fP
-This option prevents gfs_mkfs from asking for confirmation before writing
+This option prevents mkfs.gfs from asking for confirmation before writing
 the filesystem.
 .TP
 \fB-p\fP \fILockProtoName\fR 
@@ -49,10 +49,10 @@ are using GFS as a local filesystem (\fB1 node only\fP), you can specify the
 Be quiet.  Don't print anything.
 .TP
 \fB-r\fP \fIMegaBytes\fR
-gfs_mkfs will try to make Resource Groups (RGs) about this big.
+mkfs.gfs will try to make Resource Groups (RGs) about this big.
 Minimum RG size is 32 MB.  Maximum RG size is 2048 MB.
 A large RG size may increase performance on very large file systems.
-If not specified, gfs_mkfs will choose the RG size based on the size
+If not specified, mkfs.gfs will choose the RG size based on the size
 of the file system: average size file systems will have 256 MB RGs, and
 bigger file systems will have bigger RGs for better performance.
 .TP
@@ -75,7 +75,7 @@ Print program version information, then exit.
 
 .SH EXAMPLE
 .TP
-gfs_mkfs -t mycluster:mygfs -p lock_dlm -j 2 /dev/vg0/mygfs
+mkfs.gfs -t mycluster:mygfs -p lock_dlm -j 2 /dev/vg0/mygfs
 This will make a Global File System on the block device
 "/dev/vg0/mygfs".  It will belong to "mycluster" and register itself
 as wanting locking for "mygfs".  It will use DLM for locking and make
diff --git a/gfs/man/mount.gfs.8 b/gfs/man/mount.gfs.8
index e2e842b..5975c13 100644
--- a/gfs/man/mount.gfs.8
+++ b/gfs/man/mount.gfs.8
@@ -1,7 +1,7 @@
-.TH gfs_mount 8
+.TH mount.gfs 8
 
 .SH NAME
-gfs_mount - GFS mount options
+mount.gfs - GFS mount options
 
 .SH SYNOPSIS
 .B mount
@@ -71,7 +71,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 \fBgfs_mkfs\fP(8), -p option.  It can be changed on-disk by
+filesystem with \fBmkfs.gfs\fP(8), -p option.  It can be changed on-disk by
 using the \fBgfs_tool\fP(8) utility's \fBsb proto\fP command.
 
 The \fBlockproto\fP mount option should be used only under special
@@ -91,7 +91,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 \fBgfs_mkfs\fP(8), -t option.  It can be changed on-disk
+the filesystem with \fBmkfs.gfs\fP(8), -t option.  It can be changed on-disk
 by using the \fBgfs_tool\fP(8) utility's \fBsb table\fP command.
 
 The \fBlocktable\fP mount option should be used only under special


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]