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/02/09 16:21:15 UTC

[1/4] documentation commit: updated refs/heads/master to 54e5a46

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 83caf89de -> 54e5a463d


Fix typo


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

Branch: refs/heads/master
Commit: c539140fae6143e761487eb6a450bd81be436484
Parents: 83caf89
Author: Jonathan Hall <fl...@flimzy.com>
Authored: Thu Feb 9 16:01:10 2017 +0100
Committer: Jonathan Hall <fl...@flimzy.com>
Committed: Thu Feb 9 16:01:10 2017 +0100

----------------------------------------------------------------------
 src/api/database/compact.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/c539140f/src/api/database/compact.rst
----------------------------------------------------------------------
diff --git a/src/api/database/compact.rst b/src/api/database/compact.rst
index 14c8fee..fa10aa9 100644
--- a/src/api/database/compact.rst
+++ b/src/api/database/compact.rst
@@ -91,7 +91,7 @@
                design document
 
     Compacts the view indexes associated with the specified design document.
-    If may be that compacting a large view can return more storage than
+    It may be that compacting a large view can return more storage than
     compacting the actual db. Thus, you can use this in place of the full
     database compaction if you know a specific set of view indexes have been
     affected by a recent database change.


[3/4] documentation commit: updated refs/heads/master to 54e5a46

Posted by va...@apache.org.
Capitalize IP as everywhere else


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

Branch: refs/heads/master
Commit: 28b84c83e430c42084e7a2d8c6d7f6b6da99dd27
Parents: e18200f
Author: Jonathan Hall <fl...@flimzy.com>
Authored: Thu Feb 9 16:04:05 2017 +0100
Committer: Jonathan Hall <fl...@flimzy.com>
Committed: Thu Feb 9 16:04:05 2017 +0100

----------------------------------------------------------------------
 src/cluster/setup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/28b84c83/src/cluster/setup.rst
----------------------------------------------------------------------
diff --git a/src/cluster/setup.rst b/src/cluster/setup.rst
index efd9040..031a028 100644
--- a/src/cluster/setup.rst
+++ b/src/cluster/setup.rst
@@ -163,7 +163,7 @@ admin credentials again and then to add nodes by IP address. To get
 more nodes, go through the same install procedure on other machines.
 
 Before you can add nodes to form a cluster, you have to have them
-listen on a public ip address and set up an admin user. Do this, once
+listen on a public IP address and set up an admin user. Do this, once
 per node:
 
 .. code-block:: bash


[2/4] documentation commit: updated refs/heads/master to 54e5a46

Posted by va...@apache.org.
What other hand? There was no "first" hand.


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

Branch: refs/heads/master
Commit: e18200f3f2a91f158619932180496b5ac8777247
Parents: c539140
Author: Jonathan Hall <fl...@flimzy.com>
Authored: Thu Feb 9 16:02:55 2017 +0100
Committer: Jonathan Hall <fl...@flimzy.com>
Committed: Thu Feb 9 16:02:55 2017 +0100

----------------------------------------------------------------------
 src/cluster/setup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/e18200f3/src/cluster/setup.rst
----------------------------------------------------------------------
diff --git a/src/cluster/setup.rst b/src/cluster/setup.rst
index a956bd1..efd9040 100644
--- a/src/cluster/setup.rst
+++ b/src/cluster/setup.rst
@@ -158,7 +158,7 @@ After installation and initial startup, visit Fauxton at
 ``http://127.0.0.1:5984/_utils#setup``. You will be asked to set up
 CouchDB as a single-node instance or set up a cluster.
 
-When you click "setup cluster" on the other hand, you are asked for
+When you click "setup cluster" you are asked for
 admin credentials again and then to add nodes by IP address. To get
 more nodes, go through the same install procedure on other machines.
 


[4/4] documentation commit: updated refs/heads/master to 54e5a46

Posted by va...@apache.org.
Merge branch 'pr/100'

Close #100


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

Branch: refs/heads/master
Commit: 54e5a463da7b6b0cc65a267847a7eed4e13c075f
Parents: 83caf89 28b84c8
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Thu Feb 9 11:20:55 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Thu Feb 9 11:20:55 2017 -0500

----------------------------------------------------------------------
 src/api/database/compact.rst | 2 +-
 src/cluster/setup.rst        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------