From 8effe34e53030cc256196b513238e0a604040725 Mon Sep 17 00:00:00 2001 From: Kyle Suarez Date: Tue, 16 Feb 2016 16:04:05 -0500 Subject: [PATCH] minor: update serverStatus Fixes a typo in the serverStatus documentation. --- source/reference/command/serverStatus.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/reference/command/serverStatus.txt b/source/reference/command/serverStatus.txt index b492e158a75..fabcdc52332 100644 --- a/source/reference/command/serverStatus.txt +++ b/source/reference/command/serverStatus.txt @@ -51,7 +51,7 @@ all :ref:`server-status-repl` information in the output: .. code-block:: javascript - db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } ) + db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } ) Output ------ @@ -333,14 +333,13 @@ dur (Journaling) :serverstatus:`dur` (journaling) information only appears for :program:`mongod` instances that use the :doc:`MMAPv1 - ` storage engine. storage engine and have journaling - enabled. + ` storage engine and have journaling enabled. .. serverstatus:: dur - A document that reports on the :program:`mongod` instance's + A document that reports the :program:`mongod` instance's :doc:`journaling-related operations ` and - performance. The MongoDB reports on this data based on 3 second + performance. MongoDB reports on this data based on 3 second intervals, collected between 3 and 6 seconds in the past. .. serverstatus:: dur.commits