aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-04-20 13:47:44 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-04-20 13:50:27 +0000
commit8d7473703520f315c1bcd3b3d12498eee10d563e (patch)
tree8ad3619e733b860788ceca7442bb5f0a2fee0176 /libexec
parentfa3b320668ba6068014337bbbb05dbd39ac8dfb6 (diff)
downloadsrc-8d7473703520f315c1bcd3b3d12498eee10d563e.tar.gz
src-8d7473703520f315c1bcd3b3d12498eee10d563e.zip
rtld(1): minor clarification for LD_STATIC_TLS_EXTRA
Also properly style the paragraph. Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.17
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 4d97159b0aaf..a152dd444bd7 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -324,8 +324,11 @@ control to any user code.
If the variable is specified and has a numeric value,
.Nm
will set the size of the static TLS extra space to the specified number
-of bytes. The static TLS extra space is used when loading objects with
-dlopen. The minimum value that can be specified is \'128\'.
+of bytes.
+The static TLS extra space is used when loading objects compiled for
+initial-exec TLS code model with
+.Xr dlopen 3 .
+The minimum value that can be specified is \'128\'.
.El
.Sh DIRECT EXECUTION MODE
.Nm