]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: edit ops/user-management.rst 63893/head
authorZac Dover <zac.dover@proton.me>
Tue, 10 Jun 2025 03:04:13 +0000 (13:04 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 12 Jun 2025 03:03:02 +0000 (13:03 +1000)
Edit an sentence in the imperative mood so that it matches the general
form of imperative sentences immediately preceding commands that contain
replaceable portions.

This commit targets only the Squid release branch.

Follows up on https://github.com/ceph/ceph/pull/58235/.

Tracker: https://tracker.ceph.com/issues/66617

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 20e630460a0368d8e08120b0e7cf523248a06040)

doc/rados/operations/user-management.rst

index cd8e378fa9d2d9cc79ddaf4d3aeb7f71f889b3e1..23e894621e2828f62d8000e410d7cb645ccb74f2 100644 (file)
@@ -752,11 +752,11 @@ results to a keyring file, and then import the keyring into your main
 Key rotation
 ------------
 
-To rotate the secret for an entity, use:
+To rotate the secret for an entity, run a command of the following form:
 
 .. prompt:: bash #
 
-    ceph auth rotate <entity>
+   ceph auth rotate <entity>
 
 This avoids the need to delete and recreate the entity when its key is
 compromised, lost, or scheduled for rotation.