aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-03-10 09:34:03 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-03-10 09:34:08 +0100
commit0ad72bf1a03412926593708c3af4a8bf454fe94e (patch)
tree10533415c4a727bba6d817bd27e1d15ce95defbb /doc
parent1cab453ff8e08b2adff750bdb42df1f18ee7bc27 (diff)
parent947e23dae3ce57edad44a548682a99ed149dd311 (diff)
downloadbitcoin-0ad72bf1a03412926593708c3af4a8bf454fe94e.tar.xz
Merge pull request #3773
947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index c11c0138a4..710070cb49 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -28,7 +28,7 @@ Dependencies
http://miniupnp.tuxfamily.org/files/). UPnP support is compiled in and
turned off by default. See the configure options for upnp behavior desired:
- --with-miniupnpc No UPnP support miniupnp not required
+ --without-miniupnpc No UPnP support miniupnp not required
--disable-upnp-default (the default) UPnP support turned off by default at runtime
--enable-upnp-default UPnP support turned on by default at runtime