Skip to content

Commit 9ae338f

Browse files
npentreljeff-allen-mongo
authored andcommitted
Fix directive new lines
1 parent f5f8cc5 commit 9ae338f

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

source/core/replica-set-arbiter.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ An arbiter has exactly ``1`` election vote.
2626

2727
.. include:: /includes/fact-arbiter-priority.rst
2828

29-
.. important:: Do not run an arbiter on systems that also host the
30-
primary or the secondary members of the replica set.
29+
.. important::
30+
31+
Do not run an arbiter on systems that also host the primary or the
32+
secondary members of the replica set.
3133

3234
To add an arbiter, see :doc:`/tutorial/add-replica-set-arbiter`.
3335

source/reference/configuration-options.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,12 +2822,14 @@ Key Management Configuration Options
28222822
:dbcommand:`setParameter` can not change this setting.
28232823

28242824
This option is available only in MongoDB Enterprise.
2825-
2826-
.. important:: Ensure that your driver supports alternate service names.
2825+
2826+
.. important::
2827+
2828+
Ensure that your driver supports alternate service names.
28272829
For :binary:`~bin.mongo` shell and other MongoDB tools to connect to the
28282830
new :setting:`~security.sasl.serviceName`, see the
28292831
``gssapiServiceName`` option.
2830-
2832+
28312833

28322834

28332835
.. setting:: security.sasl.saslauthdSocketPath
@@ -3658,6 +3660,7 @@ LDAP Parameters
36583660
- To specify the :doc:`/core/inmemory`.
36593661

36603662
.. versionadded:: 3.2
3663+
36613664
Available in MongoDB Enterprise only.
36623665

36633666
If you attempt to start a :binary:`~bin.mongod` with a
@@ -4213,6 +4216,7 @@ LDAP Parameters
42134216
*Type*: boolean
42144217

42154218
.. versionchanged:: 3.2
4219+
42164220
Starting in 3.2, MongoDB uses ``false`` as the default.
42174221

42184222
During chunk migration, a shard does not save documents migrated from

source/reference/program/mongod.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,7 @@ Storage Options
14021402
- To specify the :doc:`/core/inmemory`.
14031403

14041404
.. versionadded:: 3.2
1405+
14051406
Available in MongoDB Enterprise only.
14061407

14071408
If you attempt to start a :program:`mongod` with a
@@ -1954,8 +1955,9 @@ Sharded Cluster Options
19541955
.. option:: --noMoveParanoia
19551956

19561957
.. versionchanged:: 3.2
1958+
19571959
Starting in 3.2, MongoDB uses ``--noMoveParanoia`` as the default.
1958-
1960+
19591961
During chunk migration, a shard does not save documents migrated from
19601962
the shard.
19611963

source/tutorial/add-replica-set-arbiter.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Arbiters have minimal resource requirements and do not require
2424
dedicated hardware. You can deploy an arbiter on an application
2525
server or a monitoring host.
2626

27-
.. important:: Do not run an arbiter on systems that also host the
27+
.. important::
28+
29+
Do not run an arbiter on systems that also host the
2830
primary or the secondary members of the replica set.
2931

3032
.. include:: /includes/admonition-multiple-arbiters.rst

0 commit comments

Comments
 (0)