Skip to content

Commit 4676b6b

Browse files
committed
DOCSP-14923 fix deprecated directive for NextGen
1 parent 4de97c3 commit 4676b6b

File tree

9 files changed

+11
-6
lines changed

9 files changed

+11
-6
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.. deprecated:: 2.6
2+
23
Geospatial queries no longer return duplicate results. The
34
:query:`$uniqueDocs` operator has no impact on results.

source/reference/configuration-options.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,9 @@ Core Options
10621062

10631063
*Type*: boolean
10641064

1065-
.. deprecated:: 2.6 Use :setting:`net.ssl.mode: requireSSL <~net.ssl.mode>` instead.
1065+
.. deprecated:: 2.6
1066+
1067+
Use :setting:`net.ssl.mode: requireSSL <~net.ssl.mode>` instead.
10661068

10671069
Enable or disable TLS/SSL for :binary:`~bin.mongos` or :binary:`~bin.mongod`.
10681070

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Definition
1515

1616
.. method:: db.collection.ensureIndex(keys, options)
1717

18-
.. deprecated:: 3.0.0
18+
.. deprecated:: 3.0
19+
1920
:method:`db.collection.ensureIndex()` has been replaced by
2021
:method:`db.collection.createIndex()`.
2122

source/reference/method/db.getProfilingLevel.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ db.getProfilingLevel()
1616
":dbcommand:`profile`" and returns the current profiling level.
1717

1818
.. deprecated:: 1.8.4
19+
1920
Use :method:`db.getProfilingStatus()` for related functionality.

source/reference/method/db.removeUser.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ db.removeUser()
1111
:class: singlecol
1212

1313
.. deprecated:: 2.6
14+
1415
Use :method:`db.dropUser()` instead
1516
of :method:`db.removeUser()`
1617

source/reference/operator/aggregation/substr.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Definition
1616
.. expression:: $substr
1717

1818
.. deprecated:: 3.4
19+
1920
:expression:`$substr` is now an alias for
2021
:expression:`$substrBytes`.
2122

source/reference/operator/query/geoWithin.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,6 @@ specify the custom MongoDB coordinate reference system. For example:
196196
.. query:: $within
197197

198198
.. deprecated:: 2.4
199+
199200
:query:`$geoWithin` replaces :query:`$within` in MongoDB
200201
2.4.

source/reference/privilege-documents.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
:class: singlecol
1414

1515
.. deprecated:: 2.6
16+
1617
MongoDB 2.6 introduced a new model for user
1718
credentials and privileges and no longer uses privilege documents.
1819
See :doc:`/reference/system-users-collection`.

source/reference/program/mongod.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,10 +2107,6 @@ TLS/SSL Options
21072107

21082108
.. option:: --sslClusterFile <filename>
21092109

2110-
Specifies the :file:`.pem` file that contains the x.509 certificate-key
2111-
file for :ref:`membership authentication <x509-internal-authentication>`
2112-
for the cluster or replica set.
2113-
21142110
Specifies the :file:`.pem` file that contains the x.509
21152111
certificate-key file for :ref:`membership authentication
21162112
<x509-internal-authentication>` for the cluster or replica set.

0 commit comments

Comments
 (0)