Skip to content

Commit 0b30886

Browse files
committed
DOCSP-16017 fix nextgen version directive indentation errors
1 parent 81784ad commit 0b30886

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. versionchanged:: 3.4
22

3-
This method aliases to |method| in MongoDB 3.4. The functionality specified
4-
below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding
5-
<zone-sharding>` as the successor to tag-aware sharding.
3+
This method aliases to |method| in MongoDB 3.4. The functionality specified
4+
below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding
5+
<zone-sharding>` as the successor to tag-aware sharding.

source/reference/command/addShardToZone.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Definition
1717

1818
.. versionadded:: 3.4
1919

20-
Associates a shard with a :term:`zone`. MongoDB associates this shard with
21-
the given zone. Chunks that are covered by the zone are assigned to shards
22-
associated with the zone.
20+
Associates a shard with a :term:`zone`. MongoDB associates this shard with
21+
the given zone. Chunks that are covered by the zone are assigned to shards
22+
associated with the zone.
2323

24-
.. |command| replace:: ``addShardToZone``
24+
.. |command| replace:: ``addShardToZone``
2525

2626
Syntax
2727
------

source/reference/configuration-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,9 +1889,9 @@ Key Management Configuration Options
18891889

18901890
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
18911891

1892-
The password used to bind to an LDAP server when using
1893-
:setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
1894-
:setting:`~security.ldap.bind.queryUser`.
1892+
The password used to bind to an LDAP server when using
1893+
:setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
1894+
:setting:`~security.ldap.bind.queryUser`.
18951895

18961896
If unset, :binary:`~bin.mongod` or :binary:`~bin.mongos` will not attempt to bind to the LDAP server.
18971897

source/reference/program/mongod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,9 +811,9 @@ LDAP Authentication or Authorization Options
811811

812812
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
813813

814-
The password used to bind to an LDAP server when using
815-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
816-
:option:`--ldapQueryUser`.
814+
The password used to bind to an LDAP server when using
815+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
816+
:option:`--ldapQueryUser`.
817817

818818
If unset, :program:`mongod` will not attempt to bind to the LDAP server.
819819

source/reference/program/mongoldap.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ Options
221221

222222
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
223223

224-
The password used to bind to an LDAP server when using
225-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
226-
:option:`--ldapQueryUser`.
224+
The password used to bind to an LDAP server when using
225+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
226+
:option:`--ldapQueryUser`.
227227

228228
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
229229

source/reference/program/mongos.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,9 @@ LDAP Authentication and Authorization Options
10861086

10871087
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
10881088

1089-
The password used to bind to an LDAP server when using
1090-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1091-
:option:`--ldapQueryUser`.
1089+
The password used to bind to an LDAP server when using
1090+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1091+
:option:`--ldapQueryUser`.
10921092

10931093
If unset, :program:`mongos` will not attempt to bind to the LDAP server.
10941094

0 commit comments

Comments
 (0)