Fix building of hcheck man page
authorIustin Pop <iustin@google.com>
Thu, 28 Jun 2012 22:10:59 +0000 (15:10 -0700)
committerIustin Pop <iustin@google.com>
Fri, 29 Jun 2012 17:34:54 +0000 (10:34 -0700)
The code used a space, not a tab, in Makefile.am, which means it
actually broke the variable declaring the man pages.

Furthermore, we add some blank lines in the man page, otherwise the
paragraphs will be run-in together.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Agata Murawska <agatamurawska@google.com>

Makefile.am
man/hcheck.rst

index 7acea3c..c5908d1 100644 (file)
@@ -693,7 +693,7 @@ man_MANS = \
        man/gnt-os.8 \
        man/hail.1 \
        man/hbal.1 \
-  man/hcheck.1 \
+       man/hcheck.1 \
        man/hinfo.1 \
        man/hscan.1 \
        man/hspace.1 \
index a09f027..2a22c9b 100644 (file)
@@ -48,10 +48,13 @@ DESCRIPTION
 
 hcheck is the cluster checker. It prints information about cluster's
 health and checks whether a rebalance done using **hbal** would help.
+
 This information can be presented in both human-readable and
 machine-readable way.
+
 Note that it does not take any action, only performs a rebalance
 simulation if necessary.
+
 For more information about the algorithm details check **hbal(1)**.
 
 OPTIONS