diff --git a/source/reference/command/mapReduce.txt b/source/reference/command/mapReduce.txt index ecbdbdba18b..d48e6a425cd 100644 --- a/source/reference/command/mapReduce.txt +++ b/source/reference/command/mapReduce.txt @@ -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 diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 4396833772c..94dd2c5947d 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -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`. diff --git a/source/reference/method/db.collection.mapReduce.txt b/source/reference/method/db.collection.mapReduce.txt index 3ec2981e876..374dacb90c9 100644 --- a/source/reference/method/db.collection.mapReduce.txt +++ b/source/reference/method/db.collection.mapReduce.txt @@ -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. @@ -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 diff --git a/source/reference/mongod.txt b/source/reference/mongod.txt index 2a639f52cad..6bdb691532b 100644 --- a/source/reference/mongod.txt +++ b/source/reference/mongod.txt @@ -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`. diff --git a/source/reference/mongos.txt b/source/reference/mongos.txt index 46b8b582bcb..2944df5ed5c 100644 --- a/source/reference/mongos.txt +++ b/source/reference/mongos.txt @@ -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`. diff --git a/source/reference/replica-configuration.txt b/source/reference/replica-configuration.txt index 22b6dc7ccb3..5228c4fcb81 100644 --- a/source/reference/replica-configuration.txt +++ b/source/reference/replica-configuration.txt @@ -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.