the manpages for hcheck, hinfo and hroller have an incorrect reference to htools(7) which does not exist. This patch links them to htools(1).
Signed-off-by: Martin Zobel-Helas <[email protected]> --- man/hcheck.rst | 2 +- man/hinfo.rst | 2 +- man/hroller.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/hcheck.rst b/man/hcheck.rst index 4ff5e77..a14ba53 100644 --- a/man/hcheck.rst +++ b/man/hcheck.rst @@ -65,7 +65,7 @@ OPTIONS to simulate rebalancing. For a detailed description about the options listed above have a look at -**htools**\(7), **hspace**\(1) and **hbal**\(1). +**htools**\(1), **hspace**\(1) and **hbal**\(1). .. vim: set textwidth=72 : .. Local Variables: diff --git a/man/hinfo.rst b/man/hinfo.rst index 3d2d0c9..bec4962 100644 --- a/man/hinfo.rst +++ b/man/hinfo.rst @@ -43,7 +43,7 @@ OPTIONS ------- For a detailed description about the options listed above have a look at -**htools**\(7) and **hbal**\(1). +**htools**\(1) and **hbal**\(1). .. vim: set textwidth=72 : .. Local Variables: diff --git a/man/hroller.rst b/man/hroller.rst index 911bae4..e7ee300 100644 --- a/man/hroller.rst +++ b/man/hroller.rst @@ -65,7 +65,7 @@ secondary nodes, and it is safe to reboot them simultaneously. OPTIONS ------- -For a description of the standard options check **htools**\(7) and +For a description of the standard options check **htools**\(1) and **hbal**\(1). \--force -- 1.8.4.rc3
