File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,9 @@ Administration
208
208
.. include:: command/clone.txt
209
209
:start-after: mongodb
210
210
211
+ .. include:: command/compact.txt
212
+ :start-after: mongodb
213
+
211
214
.. include:: command/repairDatabase.txt
212
215
:start-after: mongodb
213
216
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ support for a full range of :ref:`read preference modes
192
192
to the replica sets for each shard in a :term:`shard cluster`.
193
193
194
194
Additional read preference support now exists in the :program:`mongo`
195
- shell using the :method:`reaPref () <cursor.readPref()>` cursor method.
195
+ shell using the :method:`readPref () <cursor.readPref()>` cursor method.
196
196
197
197
.. including tagging
198
198
You can’t perform that action at this time.
0 commit comments