aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-11-07 03:22:51 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-11-07 03:22:51 +0100
commit9056ef41946dca407015ec45505e99d3542e82d1 (patch)
tree4ab5ffcaf1b86502cdaeff7deb2fb0d0cf37abca
parentb8a4742fb98efedf20f6d66b0fac64e52f5782d5 (diff)
downloadsdn-9056ef41946dca407015ec45505e99d3542e82d1.tar.gz
sdn-9056ef41946dca407015ec45505e99d3542e82d1.tar.xz
sdn-9056ef41946dca407015ec45505e99d3542e82d1.zip
README.adoc: make use of the "plus" attribute
-rw-r--r--README.adoc6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index 2abe51d..6e8e363 100644
--- a/README.adoc
+++ b/README.adoc
@@ -27,10 +27,8 @@ Build dependencies: CMake and/or make, a C++14 compiler, pkg-config +
Runtime dependencies: ncursesw, libacl
// Working around libasciidoc's missing support for escaping it like \++
-:doubleplus: ++
-
-Unfortunately most LLVM libc++ versions have a bug that crashes 'sdn' on start.
-Use GNU libstdc{doubleplus} if you're affected.
+Unfortunately most LLVM libc{plus}{plus} versions have a bug that crashes 'sdn'
+on start. Use GNU libstdc{plus}{plus} if you're affected.
$ git clone https://git.janouch.name/p/sdn.git
$ mkdir sdn/build