File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ mapReduce
7272 control how MongoDB returns data from the map-reduce job. Consider
7373 the following 4 output possibilities.
7474
75- .. versionadded: 1.8
75+ .. versionadded:: 1.8
7676
7777 :param replace: Optional. Specify a collection name (e.g. ``{ out:
7878 { replace: collectionName } }``) where the output
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Settings
203203
204204.. setting:: syslog
205205
206- .. versionadded: 2.1.0
206+ .. versionadded:: 2.1.0
207207
208208 Sends all logging output to the host's :term:`syslog` system rather
209209 than to standard output or a log file as with :setting:`logpath`.
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ db.collection.mapReduce()
9090 The ``jsMode`` option defaults to
9191 true.
9292
93- .. versionadded: 2.0
93+ .. versionadded:: 2.0
9494
9595 :param Boolean verbose: Optional. The ``verbose`` option provides
9696 statistics on job execution times.
@@ -100,7 +100,7 @@ db.collection.mapReduce()
100100 control how MongoDB returns data from the map-reduce job. Consider
101101 the following 4 output possibilities.
102102
103- .. versionadded: 1.8
103+ .. versionadded:: 1.8
104104
105105 :param replace: Optional. Specify a collection name (e.g. ``{ out:
106106 { replace: collectionName } }``) where the output
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Options
125125
126126.. option:: --syslog
127127
128- .. versionadded: 2.1.0
128+ .. versionadded:: 2.1.0
129129
130130 Sends all logging output to the host's :term:`syslog` system rather
131131 than to standard output or a log file as with :option:`--logpath`.
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ Options
134134
135135.. option:: --syslog
136136
137- .. versionadded: 2.1.0
137+ .. versionadded:: 2.1.0
138138
139139 Sends all logging output to the host's :term:`syslog` system rather
140140 than to standard output or a log file as with :option:`--logpath`.
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Configuration Variables
136136
137137 .. todo:: add/remove note for 2.4
138138
139- .. versionchanged: 2.4
139+ .. versionchanged:: 2.4
140140 :data:`members[n].priority` now accepts values between 0
141141 and 1000.
142142
You can’t perform that action at this time.
0 commit comments