From ac9fa4336e03aa6ebea0b6862cf3b7562b36c0c4 Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Wed, 20 Mar 2013 21:17:53 -0700 Subject: [PATCH] Fix tips in documentation Use of .. tip: instead of .. tip:: resulting in content not being displayed. Signed-off-by: Alexandre Marangone --- doc/rados/configuration/ceph-conf.rst | 2 +- doc/rados/deployment/chef.rst | 2 +- doc/radosgw/s3/commons.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst index 31f3697671cb..40671dc1991f 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 aecb9eed683b..7055d5f8efd8 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 f102e52447ab..14e6fd08950d 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 ---------------------- -- 2.47.3