From 4eaaa650ecc1ae43d78448b0a76e9380d1a1556b Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 2 Dec 2023 06:38:28 +0100 Subject: [PATCH] doc/radosgw: fix formatting Repair the formatting of a string that had a string inside backticks that itself was inside double asterisks. The presence of the asterisks around the entire string caused the backticks to appear in the rendered documentation. Signed-off-by: Zac Dover (cherry picked from commit 08ac3114e9fdb4fe7260002639058ded6e47a5ee) --- doc/radosgw/multisite.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index c7627371de74b..b0bae6c52acf5 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -464,8 +464,8 @@ For example: .. important:: The following steps assume a multi-site configuration that uses newly installed systems that have not yet begun storing data. **DO NOT - DELETE the ``default`` zone or its pools** if you are already using it to - store data, or the data will be irretrievably lost. + DELETE the** ``default`` **zone or its pools** if you are already using it + to store data, or the data will be irretrievably lost. Delete the default zone if needed: -- 2.39.5