Skip to content

Commit e70c993

Browse files
fixups for mongod options
fixups for mongod options
1 parent dbec6ba commit e70c993

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

source/includes/extracts-4.2-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ content: |
200200
ref: 4.2-changes-options-tls-ssl
201201
content: |
202202
203-
MongoDB deprecates the SSL options and insteads adds new
203+
MongoDB deprecates the SSL options and instead adds new
204204
corresponding TLS options.
205205
---
206206
ref: 4.2-changes-options-tlsClusterCAFile
207207
content: |
208208
MongoDB adds
209-
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also availalbe
209+
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also available
210210
in 3.4.18+, 3.6.9+, 4.0.3+)
211211
---
212212
ref: 4.2-changes-options-tls-ssl-upgrade

source/reference/operator/aggregation/accumulator.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The :group:`$accumulator` operator has this syntax:
6262

6363
.. list-table::
6464
:header-rows: 1
65-
:widths: 20 40 10
65+
:widths: 20 15 40
6666

6767
* - Field
6868
- Type

source/reference/program/mongod.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ your database.
4646
Options
4747
-------
4848

49-
.. note::
49+
.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
5050

51-
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
51+
.. versionchanged:: 5.0
5252

53-
- .. include:: /includes/extracts/4.2-changes-options-tlsClusterCAFile.rst
54-
55-
.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
53+
- MongoDB removes the ``--serviceExecutor`` command-line option and the
54+
corresponding ``net.serviceExecutor`` configuration option.
5655

5756
.. versionchanged:: 4.4
5857

5958
- MongoDB removes the ``--noIndexBuildRetry`` command-line option
6059
and the corresponding ``storage.indexBuildRetry`` option.
6160

62-
.. note:: Starting in version 5.0
61+
.. versionchanged:: 4.2
6362

64-
- MongoDB removes the ``--serviceExecutor`` command-line option and the
65-
corresponding ``net.serviceExecutor`` configuration option.
63+
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
64+
65+
- .. include:: /includes/extracts/4.2-changes-options-tlsClusterCAFile.rst
6666

6767
Core Options
6868
~~~~~~~~~~~~

0 commit comments

Comments
 (0)