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 2016/10/11 04:44:42 UTC

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

Formatting

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

Branch: refs/heads/master
Commit: 7b81ed15e5fb1c1d26fe4068373acad4c2b521d5
Parents: b4e40bf
Author: Dave Lloyd <da...@davelloyd.com>
Authored: Mon Sep 26 08:08:45 2016 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Oct 11 00:24:20 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/7b81ed15/src/install/unix.rst
----------------------------------------------------------------------
diff --git a/src/install/unix.rst b/src/install/unix.rst
index 7b796c6..6e791f3 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -134,7 +134,7 @@ To build CouchDB you should run::
 
 Try ``gmake`` if ``make`` is giving you any problems.
 
-If include paths or other compiler options must be specified, they can be passed to rebar, which compiles Couch, with the ERL_CFLAGS environment variable. Likewise, options may be passed to the linker with the ERL_LDFLAGS environment variable.::
+If include paths or other compiler options must be specified, they can be passed to rebar, which compiles Couch, with the ERL_CFLAGS environment variable. Likewise, options may be passed to the linker with the ERL_LDFLAGS environment variable::
 
     make release ERL_CFLAGS="-I/usr/local/include/js -I/usr/local/lib/erlang/usr/include"