]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: format "Create a Role" 54887/head
authorZac Dover <zac.dover@proton.me>
Tue, 12 Dec 2023 12:09:13 +0000 (22:09 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 13 Dec 2023 12:20:19 +0000 (22:20 +1000)
Properly format the section "Create a Role" in the file
doc/radosgw/role.rst.

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

doc/radosgw/role.rst

index 48be30f388b987e97af86b27b0a9a602872041b6..aaa7a904d53f99397c998717c8630b1085361174 100644 (file)
@@ -15,7 +15,7 @@ update a role and the permissions associated with it.
 Create a Role
 -------------
 
-To create a role, execute the following::
+To create a role, run a command of the following form::
 
        radosgw-admin role create --role-name={role-name} [--path=="{path to the role}"] [--assume-role-policy-doc={trust-policy-document}]
 
@@ -29,12 +29,13 @@ Request Parameters
 
 ``path``
 
-:Description: Path to the role. The default value is a slash(/).
+:Description: Path to the role. The default value is a slash(``/``).
 :Type: String
 
 ``assume-role-policy-doc``
 
-:Description: The trust relationship policy document that grants an entity permission to assume the role.
+:Description: The trust relationship policy document that grants an entity
+              permission to assume the role.
 :Type: String
 
 For example::