diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-28 14:58:45 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-28 14:58:45 -0700 |
commit | 9fa6ba792eba4b5531b607eb3212e9722edc0165 (patch) | |
tree | 58a83c43f3025531ac44bbd74d49644770066876 | |
parent | dd6e79aa772b9d56a4042601e475fa8152598b22 (diff) | |
download | ceph-9fa6ba792eba4b5531b607eb3212e9722edc0165.tar.gz |
doc: Added manpage link and hidden TOC.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/deployment/mkcephfs.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index 88b1ed14925..8de5fd4f0a7 100644 --- a/doc/rados/deployment/mkcephfs.rst +++ b/doc/rados/deployment/mkcephfs.rst @@ -142,7 +142,13 @@ start the cluster, execute the following:: sudo service ceph -a start -See `Operating a Cluster`_ for details. +See `Operating a Cluster`_ for details. Also see `man mkcephfs`_. .. _Authentication: ../authentication -.. _Operating a Cluster: ../../operations/
\ No newline at end of file +.. _Operating a Cluster: ../../operations/ +.. _man mkcephfs: ../../../man/8/mkcephfs + +.. toctree:: + :hidden: + + ../../../man/8/mkcephfs
\ No newline at end of file |