From b1166e33a533ef8e091844bb0f3aa289bac130ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Mon, 22 Apr 2013 16:58:46 -0500 Subject: [PATCH] Minor correction on markup to mongo Shell reference --- source/reference/mongo-shell.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/mongo-shell.txt b/source/reference/mongo-shell.txt index b55846ee227..0d145de47e2 100644 --- a/source/reference/mongo-shell.txt +++ b/source/reference/mongo-shell.txt @@ -472,8 +472,8 @@ administration: * - :method:`db.cloneDatabase(\) ` - - Clone the current database from the ``host`` specified. The - ``host`` database instance must be in noauth mode. + - Clone the current database from the ```` specified. The + ```` database instance must be in noauth mode. * - :method:`db.copyDatabase(\, \, \) ` @@ -485,7 +485,7 @@ administration: * - :method:`db.fromColl.renameCollection(\) ` - - Rename collection from fromColl to toColl. + - Rename collection from ``fromColl`` to ````. * - :method:`db.repairDatabase()`