summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2020-04-10 13:06:54 +0200
committerBjörn Esser <besser82@fedoraproject.org>2020-04-11 09:41:04 +0200
commit78cd37fb18d2abb6bfb568e9d84110cc8c638dea (patch)
tree7da00f54b8282728c035a6ad06d45e1729d7ff10 /README.md
parent37355cf0e6dd2f299c1e1ded88c4f4e46f080ead (diff)
downloadjson-c-78cd37fb18d2abb6bfb568e9d84110cc8c638dea.tar.gz
Clean trailing white-space.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index addd364..8c9ec6b 100644
--- a/README.md
+++ b/README.md
@@ -143,9 +143,9 @@ cmake-configure can take a few options.
| options | Description|
| ---- | ---- |
-| prefix=PREFIX | install architecture-independent files in PREFIX |
+| prefix=PREFIX | install architecture-independent files in PREFIX |
| enable-threading | Enable code to support partly multi-threaded use |
-| enable-rdrand | Enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms. |
+| enable-rdrand | Enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms. |
| enable-shared | build shared libraries [default=yes] |
| enable-static | build static libraries [default=yes] |
| disable-Bsymbolic | Avoid linking with -Bsymbolic-function |
@@ -175,7 +175,7 @@ make test
make USE_VALGRIND=0 test # optionally skip using valgrind
```
-If a test fails, check `Testing/Temporary/LastTest.log`,
+If a test fails, check `Testing/Temporary/LastTest.log`,
`tests/testSubDir/${testname}/${testname}.vg.out`, and other similar files.
If there is insufficient output try:
```sh