Skip to content

Commit c4f327e

Browse files
author
Ed Costello
committed
minor tweaks in links and a typo edit in indexes.txt
1 parent 2214365 commit c4f327e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

source/administration/backups.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,9 @@ username and password credentials as above.
504504

505505
If you created your database dump using the :option:`--oplog
506506
<mongodump --oplog>` option to ensure a point-in-time snapshot, call
507-
:program:`mongorestore` with the ":option:`--oplogReplay <mongorestore
508-
--oplogReplay>`" option as in the following example:
507+
:program:`mongorestore` with the
508+
:option:`--oplogReplay <mongorestore --oplogReplay>`
509+
option as in the following example:
509510

510511
.. code-block:: sh
511512

source/administration/indexes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Create an Index
2222
~~~~~~~~~~~~~~~
2323

2424
To create an index, use :method:`db.collection.ensureIndex()` or a similar
25-
:api:`method your driver <>`. For example
25+
:api:`method from your driver <>`. For example
2626
the following creates [#ensure]_ an index on the ``phone-number`` field
2727
of the ``people`` collection:
2828

@@ -383,4 +383,4 @@ operation is an index build. The ``msg`` field also indicates the
383383
percent of the build that is complete.
384384

385385
If you need to terminate an ongoing index build, You can use the
386-
:method:`db.killOP()` method in the :program:`mongo` shell.
386+
:method:`db.killOp()` method in the :program:`mongo` shell.

source/reference/mongoexport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. default-domain:: mongodb
44

55
======================
6-
:program:`mongoexport`
6+
mongoexport
77
======================
88

99
Synopsis
@@ -146,7 +146,7 @@ Options
146146

147147
.. option:: --jsonArray
148148

149-
Modifies the output of :program:`mongoexport` so that to write the
149+
Modifies the output of :program:`mongoexport` to write the
150150
entire contents of the export as a single :term:`JSON` array. By
151151
default :program:`mongoexport` writes data using one JSON document
152152
for every MongoDB document.

0 commit comments

Comments
 (0)