Skip to content

Commit fe8ed39

Browse files
committed
build fixes
1 parent ef3750e commit fe8ed39

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. note:: FIPS Compatible SSL is
22
available only in `MongoDB Enterprise
33
<http://www.mongodb.com/products/mongodb-enterprise>`_. See
4-
:docs:`/tutorial/configure-fips` for more information.
4+
:doc:`/tutorial/configure-fips` for more information.

source/includes/options-mongod.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ description: |
14591459
.. code-block:: javascript
14601460
14611461
{ atype: <expression>, "param.db": <database> }
1462+
14621463
.. include:: /includes/note-audit-in-enterprise-only.rst
14631464
optional: true
14641465
---

source/includes/options-mongorestore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ optional: true
354354
---
355355
program: mongorestore
356356
name: numParallelCollections
357-
alias: j
357+
alias: -j
358358
args: int
359359
directive: option
360360
description: |

source/includes/options-mongotop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ optional: true
168168
---
169169
program: mongotop
170170
name: rowcount
171-
alias: n
171+
alias: -n
172172
directive: option
173173
args: int
174174
description: |

source/reference/program/mongoexport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Options
9898

9999
.. include:: /includes/option/option-mongoexport-jsonArray.rst
100100

101-
.. include:: /includes/option/optoin-mongoexport-pretty.rst
101+
.. include:: /includes/option/option-mongoexport-pretty.rst
102102

103103
.. include:: /includes/option/option-mongoexport-slaveOk.rst
104104

source/reference/program/mongos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ SSL Options
113113

114114
.. include:: /includes/option/option-mongos-sslCRLFile.rst
115115

116-
.. include:: /includes/option/option-mongos-sslAllowConnectionsWithoutCertificates.rst
116+
.. include:: /includes/option/option-mongos-sslWeakCertificateValidation.rst
117117

118118
.. include:: /includes/option/option-mongos-sslAllowInvalidCertificates.rst
119119

source/release-notes/2.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Index Build Enhancements
347347
~~~~~~~~~~~~~~~~~~~~~~~~
348348

349349
- :ref:`Background index build
350-
<index-creation-building-indexes-on-secondaries>` allowed on
350+
<index-creation-background>` allowed on
351351
secondaries. If you initiate a background index build on a
352352
:term:`primary`, the secondaries will replicate the index build in
353353
the background.

0 commit comments

Comments
 (0)