You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/08 02:03:54 UTC

[2/3] documentation commit: updated refs/heads/master to b22d319

Fix line length to make check passes


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/48f9e953
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/48f9e953
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/48f9e953

Branch: refs/heads/master
Commit: 48f9e953a2ca18f5424adbd9360de53d7446887d
Parents: 5ea7110
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Mar 7 21:03:28 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:03:28 2017 -0500

----------------------------------------------------------------------
 src/maintenance/compaction.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/48f9e953/src/maintenance/compaction.rst
----------------------------------------------------------------------
diff --git a/src/maintenance/compaction.rst b/src/maintenance/compaction.rst
index c5b7a69..3f6ec64 100644
--- a/src/maintenance/compaction.rst
+++ b/src/maintenance/compaction.rst
@@ -18,8 +18,8 @@ Compaction
 
 The `compaction` operation is the way to reduce disk space usage by removing
 unused and old data from database or view index files. This operation is very
-similar to the `vacuum` (`SQLite`_ ex.) operation available for other database management
-systems.
+similar to the `vacuum` (`SQLite`_ ex.) operation available for other database
+management systems.
 
 .. _SQLite: http://www.sqlite.org/lang_vacuum.html