diff --git a/source/reference/user-privileges.txt b/source/reference/user-privileges.txt index afd4fe5dad9..6a33c63c563 100644 --- a/source/reference/user-privileges.txt +++ b/source/reference/user-privileges.txt @@ -267,13 +267,13 @@ Combined Access Some operations are only available to users that have multiple roles. Consider the following: -.. describe:: :method:`sh.status()` +.. describe:: sh.status() Requires :authrole:`clusterAdmin` and :authrole:`read` access to the :data:`config` database. -.. describe:: :dbcommand:`applyOps`, :dbcommand:`eval`, and :method:`db.eval()` +.. describe:: applyOps, eval, and db.eval() Requires :authrole:`readAnyDatabase`, :authrole:`readWriteAnyDatabase`, - :authrole:`userAdminAnyDatabase`,:authrole:`dbAdminAnyDatabase` and + :authrole:`userAdminAnyDatabase`, :authrole:`dbAdminAnyDatabase` and :authrole:`clusterAdmin` (on the ``admin`` database.)