aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-24 16:23:13 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-24 16:23:39 +0800
commitba9b6325705e828c29c8e433beba5ad3ff5bb639 (patch)
treed0a4bd277de8bb630122f538041505d757aa93cc
parent9ab35fb1773da839ba4c34ef623b8bf56391f4b4 (diff)
downloadhaxircd-ba9b6325705e828c29c8e433beba5ad3ff5bb639.tar.gz
haxircd-ba9b6325705e828c29c8e433beba5ad3ff5bb639.zip
README: RTLD_GLOBAL should be in backticks
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89c2d26..8c4bdf5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
## Some implementation details(-ish)
-* `dlopen(3)` is used to dynamically load `HaxIRCd.so`; this is for RTLD_GLOBAL,
+* `dlopen(3)` is used to dynamically load `HaxIRCd.so`; this is for `RTLD_GLOBAL`,
so we can use the contained symbols for the actual loadable modules.
* All strings that we handle (i.e. not required by external libraries) are
length-specified, not null-terminated. Null bytes are treated as any other