From bbdf856c24bd902cd122e49196007b12632edb93 Mon Sep 17 00:00:00 2001 From: Michael Haren Date: Tue, 12 Feb 2013 10:52:07 -0500 Subject: [PATCH 1/2] avgObjSize is in bytes (not affected by scale) --- source/reference/database-statistics.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/reference/database-statistics.txt b/source/reference/database-statistics.txt index 090bcf8a3cd..8d4b29f4a89 100644 --- a/source/reference/database-statistics.txt +++ b/source/reference/database-statistics.txt @@ -64,9 +64,8 @@ Fields .. data:: dbStats.avgObjSize - The average size of each object. The ``scale`` argument affects - this value. This is the :data:`~dbStats.dataSize` divided by the number of - objects. + The average size of each object in bytes. This is the :data:`~dbStats.dataSize` + divided by the number of objects. .. data:: dbStats.dataSize From 06e15c374cacf0a37b294c1369fce45688ab2eb3 Mon Sep 17 00:00:00 2001 From: Michael Haren Date: Tue, 12 Feb 2013 15:30:47 -0500 Subject: [PATCH 2/2] someone accidentally a word --- source/administration/replica-sets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/administration/replica-sets.txt b/source/administration/replica-sets.txt index 3ae73453320..86dfc2b0a8c 100644 --- a/source/administration/replica-sets.txt +++ b/source/administration/replica-sets.txt @@ -259,7 +259,7 @@ Arbiters Arbiters are special :program:`mongod` instances that do not hold a copy of the data and thus cannot become primary. Arbiters exist solely -participate in :ref:`elections `. +to participate in :ref:`elections `. .. note::