From ba9b6325705e828c29c8e433beba5ad3ff5bb639 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 24 Jul 2024 16:23:13 +0800 Subject: README: RTLD_GLOBAL should be in backticks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3