From 667f859cd3da71127e6d2a5e0c418fba257fbe4f Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Wed, 6 Feb 2013 01:13:22 -0500 Subject: [PATCH] Keep format consistence of collMod-usePowerOf2Sizes --- source/reference/command/collMod.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/command/collMod.txt b/source/reference/command/collMod.txt index 236cc452c7f..66503d5451e 100644 --- a/source/reference/command/collMod.txt +++ b/source/reference/command/collMod.txt @@ -41,11 +41,11 @@ collMod .. example:: To enable :collflag:`usePowerOf2Sizes` on the collection - named ``sensor_readings``, use the following operation: + named ``products``, use the following operation: .. code-block:: javascript - db.runCommand({collMod: "sensor_readings", usePowerOf2Sizes:true }) + db.runCommand( {collMod: "products", usePowerOf2Sizes : true }) To disable :collflag:`usePowerOf2Sizes` on the collection ``products``, use the following operation: