Repository: couchdb-documentation Updated Branches: refs/heads/master ff3165a5f -> 18bd16aed
Fix long line Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/18bd16ae Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/18bd16ae Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/18bd16ae Branch: refs/heads/master Commit: 18bd16aed83872948c967855e3068914189edfba Parents: ff3165a Author: Alexander Shorin <[email protected]> Authored: Thu Jul 23 15:22:11 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Thu Jul 23 15:22:11 2015 +0300 ---------------------------------------------------------------------- src/api/database/common.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/18bd16ae/src/api/database/common.rst ---------------------------------------------------------------------- diff --git a/src/api/database/common.rst b/src/api/database/common.rst index 1e953d6..a573079 100644 --- a/src/api/database/common.rst +++ b/src/api/database/common.rst @@ -61,7 +61,8 @@ :>json string db_name: The name of the database. :>json number disk_format_version: The version of the physical format used for the data when it is stored on disk. - :>json number data_size: The number of bytes of live data inside the database file. + :>json number data_size: The number of bytes of live data inside + the database file. :>json number disk_size: The length of the database file on disk. Views indexes are not included in the calculation. :>json number doc_count: A count of the documents in the specified
