@@ -54,8 +54,8 @@ Options
5454.. option:: --quiet
5555
5656 Runs the :program:`mongod` instance in a quiet mode that attempts to limit
57- the amount of output. This option suppresses:
58-
57+ the amount of output. This option suppresses:
58+
5959 - output from :term:`database commands <database command>`,
6060 including :dbcommand:`drop`, :dbcommand:`dropIndexes`,
6161 :dbcommand:`diagLogging`, :dbcommand:`validate`, and
@@ -353,7 +353,7 @@ Options
353353.. option:: --repair
354354
355355 Runs a repair routine on all databases. This is equivalent
356- to shutting down and running :dbcommand:`repairDatabase` database
356+ to shutting down and running the :dbcommand:`repairDatabase` database
357357 command on all databases.
358358
359359 .. include:: /includes/warning-repair.rst
@@ -385,7 +385,7 @@ Options
385385 option. The database logs all slow queries to the log, even when
386386 the profiler is not turned on. When the database profiler is on,
387387 :program:`mongod` the profiler writes to the ``system.profile``
388- collection. See :dbcommand:`profile` for more information on the
388+ collection. See the :dbcommand:`profile` command for more information on the
389389 database profiler.
390390
391391.. option:: --smallfiles
@@ -583,9 +583,9 @@ Sharding Cluster Options
583583.. option:: --noMoveParanoia
584584
585585 Disables a "paranoid mode" for data writes for chunk migration
586- operation. See the :ref:`chunk migration
587- <sharding-chunk-migration>` and :dbcommand:`moveChunk` command
588- documentation for more information.
586+ operation. See the
587+ :ref:`chunk migration <sharding-chunk-migration>`
588+ and :dbcommand:`moveChunk` command documentation for more information.
589589
590590 By default :program:`mongod` will save copies of migrated chunks on
591591 the "from" server during migrations as "paranoid mode." Setting
0 commit comments