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
72
72
control how MongoDB returns data from the map-reduce job. Consider
73
73
the following 4 output possibilities.
74
74
75
- .. versionadded: 1.8
75
+ .. versionadded:: 1.8
76
76
77
77
:param replace: Optional. Specify a collection name (e.g. ``{ out:
78
78
{ replace: collectionName } }``) where the output
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Settings
203
203
204
204
.. setting:: syslog
205
205
206
- .. versionadded: 2.1.0
206
+ .. versionadded:: 2.1.0
207
207
208
208
Sends all logging output to the host's :term:`syslog` system rather
209
209
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()
90
90
The ``jsMode`` option defaults to
91
91
true.
92
92
93
- .. versionadded: 2.0
93
+ .. versionadded:: 2.0
94
94
95
95
:param Boolean verbose: Optional. The ``verbose`` option provides
96
96
statistics on job execution times.
@@ -100,7 +100,7 @@ db.collection.mapReduce()
100
100
control how MongoDB returns data from the map-reduce job. Consider
101
101
the following 4 output possibilities.
102
102
103
- .. versionadded: 1.8
103
+ .. versionadded:: 1.8
104
104
105
105
:param replace: Optional. Specify a collection name (e.g. ``{ out:
106
106
{ replace: collectionName } }``) where the output
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Options
125
125
126
126
.. option:: --syslog
127
127
128
- .. versionadded: 2.1.0
128
+ .. versionadded:: 2.1.0
129
129
130
130
Sends all logging output to the host's :term:`syslog` system rather
131
131
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
134
134
135
135
.. option:: --syslog
136
136
137
- .. versionadded: 2.1.0
137
+ .. versionadded:: 2.1.0
138
138
139
139
Sends all logging output to the host's :term:`syslog` system rather
140
140
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
136
136
137
137
.. todo:: add/remove note for 2.4
138
138
139
- .. versionchanged: 2.4
139
+ .. versionchanged:: 2.4
140
140
:data:`members[n].priority` now accepts values between 0
141
141
and 1000.
142
142
You can’t perform that action at this time.
0 commit comments