Skip to content
Merged
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
2 changes: 1 addition & 1 deletion source/reference/command/mapReduce.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mapReduce
control how MongoDB returns data from the map-reduce job. Consider
the following 4 output possibilities.

.. versionadded: 1.8
.. versionadded:: 1.8

:param replace: Optional. Specify a collection name (e.g. ``{ out:
{ replace: collectionName } }``) where the output
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 @@ -203,7 +203,7 @@ Settings

.. setting:: syslog

.. versionadded: 2.1.0
.. versionadded:: 2.1.0

Sends all logging output to the host's :term:`syslog` system rather
than to standard output or a log file as with :setting:`logpath`.
Expand Down
4 changes: 2 additions & 2 deletions source/reference/method/db.collection.mapReduce.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ db.collection.mapReduce()
The ``jsMode`` option defaults to
true.

.. versionadded: 2.0
.. versionadded:: 2.0

:param Boolean verbose: Optional. The ``verbose`` option provides
statistics on job execution times.
Expand All @@ -100,7 +100,7 @@ db.collection.mapReduce()
control how MongoDB returns data from the map-reduce job. Consider
the following 4 output possibilities.

.. versionadded: 1.8
.. versionadded:: 1.8

:param replace: Optional. Specify a collection name (e.g. ``{ out:
{ replace: collectionName } }``) where the output
Expand Down
2 changes: 1 addition & 1 deletion source/reference/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Options

.. option:: --syslog

.. versionadded: 2.1.0
.. versionadded:: 2.1.0

Sends all logging output to the host's :term:`syslog` system rather
than to standard output or a log file as with :option:`--logpath`.
Expand Down
2 changes: 1 addition & 1 deletion source/reference/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Options

.. option:: --syslog

.. versionadded: 2.1.0
.. versionadded:: 2.1.0

Sends all logging output to the host's :term:`syslog` system rather
than to standard output or a log file as with :option:`--logpath`.
Expand Down
2 changes: 1 addition & 1 deletion source/reference/replica-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Configuration Variables

.. todo:: add/remove note for 2.4

.. versionchanged: 2.4
.. versionchanged:: 2.4
:data:`members[n].priority` now accepts values between 0
and 1000.

Expand Down