Repository: couchdb-documentation Updated Branches: refs/heads/master fb552b869 -> 72cc8cd2f
Inline comments: Improve phrasing Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/c851dce5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/c851dce5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/c851dce5 Branch: refs/heads/master Commit: c851dce59725221a3a7a0720f4c50fc9d8b3bb0e Parents: fb552b8 Author: Patrick <[email protected]> Authored: Wed Jan 4 08:47:55 2017 +0100 Committer: Patrick Bänziger <[email protected]> Committed: Tue Jan 10 22:50:03 2017 +0100 ---------------------------------------------------------------------- src/config/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/c851dce5/src/config/intro.rst ---------------------------------------------------------------------- diff --git a/src/config/intro.rst b/src/config/intro.rst index d1073ea..cd31fe0 100644 --- a/src/config/intro.rst +++ b/src/config/intro.rst @@ -141,8 +141,8 @@ improve configuration readability. This could be read as: "remove the `_all_dbs` parameter from the `httpd_global_handlers` section if it was ever set before". -The semicolon (``;``) signs about `commentary` start: everything after this -character is counted as commentary and doesn't process by CouchDB. +The semicolon (``;``) signals the end of the parameter. Everything after this +character is regarded as a comment and ignored by CouchDB. After editing of configuration file CouchDB server instance should be restarted to apply these changes.
