Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 273b83c

Browse files
ksuarzkay-kim
authored andcommitted
minor: update serverStatus
Fixes a typo in the serverStatus documentation. Signed-off-by: kay <kay.kim@10gen.com>
1 parent 3b49fed commit 273b83c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/reference/command/serverStatus.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ all :ref:`server-status-repl` information in the output:
5151

5252
.. code-block:: javascript
5353

54-
db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } )
54+
db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } )
5555

5656
Output
5757
------
@@ -333,14 +333,13 @@ dur (Journaling)
333333

334334
:serverstatus:`dur` (journaling) information only appears for
335335
:program:`mongod` instances that use the :doc:`MMAPv1
336-
</core/mmapv1>` storage engine. storage engine and have journaling
337-
enabled.
336+
</core/mmapv1>` storage engine and have journaling enabled.
338337

339338
.. serverstatus:: dur
340339

341-
A document that reports on the :program:`mongod` instance's
340+
A document that reports the :program:`mongod` instance's
342341
:doc:`journaling-related operations </core/journaling>` and
343-
performance. The MongoDB reports on this data based on 3 second
342+
performance. MongoDB reports on this data based on 3 second
344343
intervals, collected between 3 and 6 seconds in the past.
345344

346345
.. serverstatus:: dur.commits

0 commit comments

Comments
 (0)