summaryrefslogtreecommitdiffstats
path: root/man3/getauxval.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getauxval.3')
-rw-r--r--man3/getauxval.318
1 files changed, 7 insertions, 11 deletions
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 6c5bcf479..8e7d5e4a6 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -5,7 +5,7 @@
.\"
.\" See also https://lwn.net/Articles/519085/
.\"
-.TH getauxval 3 2023-01-07 "Linux man-pages 6.03"
+.TH getauxval 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
getauxval \- retrieve a value from the auxiliary vector
.SH LIBRARY
@@ -210,29 +210,25 @@ is not found, 0 is returned.
No entry corresponding to
.I type
could be found in the auxiliary vector.
-.SH VERSIONS
-The
-.BR getauxval ()
-function was added in glibc 2.16.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR getauxval ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-This function is a nonstandard glibc extension.
+GNU.
+.SH HISTORY
+glibc 2.16.
.SH NOTES
The primary consumer of the information in the auxiliary vector
is the dynamic linker,
@@ -257,7 +253,7 @@ $ LD_SHOW_AUXV=1 sleep 1
.PP
The auxiliary vector of any process can (subject to file permissions)
be obtained via
-.IR /proc/[pid]/auxv ;
+.IR /proc/ pid /auxv ;
see
.BR proc (5)
for more information.