From: Kefu Chai Date: Tue, 7 Apr 2015 10:15:01 +0000 (+0800) Subject: doc: ref 9/ceph-mon using relative path X-Git-Tag: v9.0.0~24^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=251ae614ba463c9b8bc2a488c7510f3449f3fcf5;p=ceph.git doc: ref 9/ceph-mon using relative path sphinx complains when it failed to find the referenced file using the absolute path whose root is the $(top_srcdir)/doc/man when rendering man pages. but it is able to find it when rendering the html, because build-doc specifies $(top_srcdir)/doc/ as the source directory. Signed-off-by: Kefu Chai --- diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 394615346273..c257a70f7164 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -136,7 +136,7 @@ If there are multiple monitors:: mount.ceph monhost1,monhost2,monhost3:/ /mnt/foo -If :doc:`ceph-mon `\(8) is running on a non-standard +If :doc:`ceph-mon `\(8) is running on a non-standard port:: mount.ceph monhost1:7000,monhost2:7000,monhost3:7000:/ /mnt/foo