aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-12-12 09:23:55 -0800
committerGavin Andresen <gavinandresen@gmail.com>2012-12-12 09:23:55 -0800
commit50894e4fd47efe207bff3db9978b7a22979822c7 (patch)
tree7521b16b8597288ae5219019dd6583de52dd1b47 /doc
parentd339da70e5d514edd6eb4868c951aaa46ebeda6c (diff)
parent0af5366f0162b19232db300dd218e8c0c280bb39 (diff)
downloadbitcoin-50894e4fd47efe207bff3db9978b7a22979822c7.tar.xz
Merge pull request #2064 from petertodd/ipv6-doc-polarity
Replace text on how to enable IPv6 with disable
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.txt2
-rw-r--r--doc/build-unix.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-osx.txt b/doc/build-osx.txt
index af16162a59..fd878043c0 100644
--- a/doc/build-osx.txt
+++ b/doc/build-osx.txt
@@ -44,7 +44,7 @@ sudo port install qrencode
4. Now you should be able to build bitcoind:
cd bitcoin/src
-make -f makefile.osx USE_IPV6=1
+make -f makefile.osx
Run:
./bitcoind --help # for a list of command-line options.
diff --git a/doc/build-unix.txt b/doc/build-unix.txt
index 2e0b53cf77..a1e24ff5d1 100644
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -36,8 +36,8 @@ turned off by default. Set USE_UPNP to a different value to control this:
USE_UPNP=0 (the default) UPnP support turned off by default at runtime
USE_UPNP=1 UPnP support turned on by default at runtime
-IPv6 support may be enabled by setting:
- USE_IPV6=1 Enable IPv6 support
+IPv6 support may be disabled by setting:
+ USE_IPV6=0 Disable IPv6 support
Licenses of statically linked libraries:
Berkeley DB New BSD license with additional requirement that linked