Skip to content

Commit cd08c9c

Browse files
author
Ed Costello
committed
minor: fix markup for sphinx directive markup
1 parent 052717b commit cd08c9c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

source/reference/command/mapReduce.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/reference/configuration-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.

source/reference/method/db.collection.mapReduce.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

source/reference/mongod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.

source/reference/mongos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`.

source/reference/replica-configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)