aboutsummaryrefslogtreecommitdiff
path: root/doc/build-openbsd.md
diff options
context:
space:
mode:
authorMartin Erlandsson <martin@megabit.se>2018-10-25 21:58:08 +0200
committerMartin Erlandsson <martin@megabit.se>2018-10-28 06:01:01 +0100
commit36c8e68585091d10d8a1d4f97d2db87cd8cedcb2 (patch)
treeae5b861963d84b7aaa7ecae02744ad01c87d9c26 /doc/build-openbsd.md
parent754a00d55f30f6112a1b68cb0bec5d59565096d1 (diff)
downloadbitcoin-36c8e68585091d10d8a1d4f97d2db87cd8cedcb2.tar.xz
Various textual improvements in build docs
Diffstat (limited to 'doc/build-openbsd.md')
-rw-r--r--doc/build-openbsd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index 63288acf16..48ac0525b9 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -36,7 +36,7 @@ BerkeleyDB is only necessary for the wallet functionality. To skip this, pass
It is recommended to use Berkeley DB 4.8. You cannot use the BerkeleyDB library
from ports, for the same reason as boost above (g++/libstd++ incompatibility).
If you have to build it yourself, you can use [the installation script included
-in contrib/](/contrib/install_db4.sh) like so
+in contrib/](/contrib/install_db4.sh) like so:
```shell
./contrib/install_db4.sh `pwd` CC=cc CXX=c++
@@ -94,7 +94,7 @@ The standard ulimit restrictions in OpenBSD are very strict:
data(kbytes) 1572864
-This, unfortunately, in some cases not enough to compile some `.cpp` files in the project,
+This is, unfortunately, in some cases not enough to compile some `.cpp` files in the project,
(see issue [#6658](https://github.com/bitcoin/bitcoin/issues/6658)).
If your user is in the `staff` group the limit can be raised with: