Skip to content

Fixes several broken references #1490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/reference/command/usersInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ To view another user's information, the user running the command must
have privileges that include the :authaction:`viewUser` action on the
other user's database.

.. _usersInfo-field-specification:

Behavior
--------

The argument to the ``usersInfo`` takes has multiple forms
The argument to the :dbcommand:`usersInfo` command has multiple forms
depending on the requested information:

Specify a Single User
Expand Down Expand Up @@ -67,7 +69,7 @@ In the ``usersInfo`` field, specify an array of documents:
Specify All Users for a Database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In the ``userInfo`` field, specify ``1``:
In the ``usersInfo`` field, specify ``1``:

.. code-block:: javascript

Expand Down
2 changes: 1 addition & 1 deletion source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1005,4 +1005,4 @@ SSL Options
System Audit Options
~~~~~~~~~~~~~~~~~~~~

.. include:: /includes/manpage-options-audit-settings.rst
.. include:: /includes/manpage-options-audit.rst
2 changes: 1 addition & 1 deletion source/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Basic Operations
- :doc:`/tutorial/roll-back-to-v1.8-index`
- :doc:`/tutorial/manage-mongodb-processes`
- :doc:`/tutorial/backup-and-restore-with-binary-database-dumps`
- :doc:`/tutorial/backup-databases-with-filesystem-snapshots`
- :doc:`/tutorial/backup-and-restore-with-filesystem-snapshots`

Security
~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ perform the following sequence of events, ending with the primary:
- Restart the :program:`mongod` instance as a member of the replica
set.

.. include:: /includes/steps/do-maintenance-task-on-replica-set-members.rst
.. include:: /includes/steps/perform-maintenance-task-on-replica-set-members.rst