Edit the English language in the section "Remove a Subuser" in
doc/radosgw/admin.rst. This commit is made in response to Matt
Benjamin's request for improvement of this section
(https://github.com/ceph/ceph/pull/55028#discussion_r1438599833).
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit
8fc3c488861887490f6ec6bac8f49770664b49a6)
Remove a User
-------------
-The act of removing a user removes both the user and any subusers associated
-with the user from the system. Remember that it is possible to remove a subuser
-without removing the user with which it is associated.
+When you remove a user, you also remove any subusers associated with the user.
+
+It is possible to remove a subuser without removing its associated user. This
+is covered in the section called :ref:`Remove a Subuser <radosgw-admin-remove-a-subuser>`.
To remove a user and any subusers associated with it, use the ``user rm``
command and provide the user ID of the user to be removed. Use a command of the
- **Purge Keys:** The ``--purge-keys`` option purges all keys associated
with the UID.
+.. _radosgw-admin-remove-a-subuser:
Remove a Subuser
----------------