summaryrefslogtreecommitdiffstats
path: root/man8
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-04 20:38:06 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-04 20:39:41 +0100
commitb324e17d3208c940622ab192609b836928d5aa8d (patch)
treede6403ed6aaad3b403607aeb1624f2b193e50590 /man8
parent0137c7f49c178c14c230a0b89e2979732a52e6df (diff)
Many pages: wfix
Refer consistently to software versions. In most cases, it is done as <software> <version>. In the case of Linux and glibc, use the project name, instead of other terms such as 'kernel' or 'library'. I found the uses of inconsistent language with the following: $ find man* -type f \ | xargs grep -i '\(since\|before\|after\|until\|to\|from\|in\|between\|version\|with\) \(kernel\|version\|2\.\|3\.\|4\.\|5\.\)' \ | sort However, I might have missed some cases. Anyway, 99% consistency is pretty good consistency. We'll fix the remaining cases as we see them. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man8')
-rw-r--r--man8/ld.so.86
1 files changed, 3 insertions, 3 deletions
diff --git a/man8/ld.so.8 b/man8/ld.so.8
index 5f790323d..e279be5fa 100644
--- a/man8/ld.so.8
+++ b/man8/ld.so.8
@@ -238,7 +238,7 @@ are delimited by colons or spaces.
.B \-\-list
List all dependencies and how they are resolved.
.TP
-.BR \-\-list\-tunables " (since 2.33)"
+.BR \-\-list\-tunables " (since glibc 2.33)"
Print the names and values of all tunables,
along with the minimum and maximum allowed values.
.TP
@@ -588,7 +588,7 @@ is ignored in secure-execution mode.
By default, when searching shared libraries to resolve a symbol reference,
the dynamic linker will resolve to the first definition it finds.
.IP
-Old glibc versions (before 2.2), provided a different behavior:
+Old glibc versions (before glibc 2.2), provided a different behavior:
if the linker found a symbol that was weak,
it would remember that symbol and
keep searching in the remaining shared libraries.
@@ -639,7 +639,7 @@ Since glibc 2.4,
.B LD_ORIGIN_PATH
is ignored in secure-execution mode.
.TP
-.BR LD_POINTER_GUARD " (glibc from 2.4 to 2.22)"
+.BR LD_POINTER_GUARD " (from glibc 2.4 to glibc 2.22)"
Set to 0 to disable pointer guarding.
Any other value enables pointer guarding, which is also the default.
Pointer guarding is a security mechanism whereby some pointers to code