From: Alexandre Marangone Date: Thu, 21 Mar 2013 04:17:53 +0000 (-0700) Subject: Fix tips in documentation X-Git-Tag: v0.62~196^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac9fa4336e03aa6ebea0b6862cf3b7562b36c0c4;p=ceph.git Fix tips in documentation Use of .. tip: instead of .. tip:: resulting in content not being displayed. Signed-off-by: Alexandre Marangone --- diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index 31f3697671c..40671dc1991 100644 --- a/doc/rados/configuration/ceph-conf.rst +++ b/doc/rados/configuration/ceph-conf.rst @@ -418,7 +418,7 @@ unnecessary debugging settings to ensure your cluster runs optimally. Logging debug output messages is relatively slow, and a waste of resources when operating your cluster. -.. tip: When debug output slows down your system, the latency can hide +.. tip:: When debug output slows down your system, the latency can hide race conditions. Each subsystem has a logging level for its output logs, and for its logs diff --git a/doc/rados/deployment/chef.rst b/doc/rados/deployment/chef.rst index aecb9eed683..7055d5f8efd 100644 --- a/doc/rados/deployment/chef.rst +++ b/doc/rados/deployment/chef.rst @@ -59,7 +59,7 @@ The environment you create for Ceph requires an ``fsid``, the secret for your monitor(s) if you are running Ceph with ``cephx`` authentication, and the host name (i.e., short name) for your monitor hosts. -.. tip: Open an empty text file to hold the following values until you create +.. tip:: Open an empty text file to hold the following values until you create your Ceph environment. For the filesystem ID, use ``uuidgen`` from the ``uuid-runtime`` package to diff --git a/doc/radosgw/s3/commons.rst b/doc/radosgw/s3/commons.rst index f102e52447a..14e6fd08950 100644 --- a/doc/radosgw/s3/commons.rst +++ b/doc/radosgw/s3/commons.rst @@ -18,7 +18,7 @@ The second method identifies the bucket via a virtual bucket host name. For exam GET / HTTP/1.1 Host: mybucket.cname.domain.com -.. tip: We prefer the first method, because the second method requires expensive domain certification and DNS wild cards. +.. tip:: We prefer the first method, because the second method requires expensive domain certification and DNS wild cards. Common Request Headers ----------------------