[Ocfs2-tools-devel] [PATCH 5/6] debugfs.ocfs2: Update the man page

Sunil Mushran sunil.mushran at oracle.com
Tue Feb 16 15:54:56 PST 2010


Add refcount and frag to the man page.

Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 debugfs.ocfs2/debugfs.ocfs2.8.in |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debugfs.ocfs2/debugfs.ocfs2.8.in b/debugfs.ocfs2/debugfs.ocfs2.8.in
index 889d5f4..11d630b 100644
--- a/debugfs.ocfs2/debugfs.ocfs2.8.in
+++ b/debugfs.ocfs2/debugfs.ocfs2.8.in
@@ -1,4 +1,4 @@
-.TH "debugfs.ocfs2" "8" "April 2009" "Version @VERSION@" "OCFS2 Manual Pages"
+.TH "debugfs.ocfs2" "8" "February 2010" "Version @VERSION@" "OCFS2 Manual Pages"
 .SH "NAME"
 debugfs.ocfs2 \- OCFS2 file system debugger.
 .SH "SYNOPSIS"
@@ -160,6 +160,10 @@ Display the pathname for the inode specified by \fIlockname\fR or \fIinode#\fR.
 command does not display all the hard-linked paths for the inode.
 
 .TP
+\fIfrag filespec\fR
+Display the inode extents / clusters ratio.
+
+.TP
 \fIfs_locks [-f <file>] [-l] [-B] [<lockname(s)>]...\fR
 Display the status of all locks known by the file system. This command expects
 the debugfs filesystem to be mounted as \fImount -t debugfs debugfs /sys/kernel/debug\fR.
@@ -223,6 +227,10 @@ the \fIoutdir\fR which should be an existing directory on the native
 filesystem.
 
 .TP
+\fIrefcount [\-e] filespec\fR
+Display the refcount block, and optionally its tree, of the specified inode.
+
+.TP
 \fIslotmap\fR
 Display the contents of the \fIslotmap\fR system file.
 
@@ -255,4 +263,4 @@ This tool has been modelled after \fBdebugfs\fR, a debugging tool for ext2.
 Oracle Corporation
 
 .SH "COPYRIGHT"
-Copyright \(co 2004, 2009 Oracle. All rights reserved.
+Copyright \(co 2004, 2010 Oracle. All rights reserved.
-- 
1.6.3.3




More information about the Ocfs2-tools-devel mailing list