summaryrefslogtreecommitdiffstats
path: root/man3/getauxval.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getauxval.3')
-rw-r--r--man3/getauxval.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 082d9586a..45f6824b5 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -53,7 +53,7 @@ this identifies the ISA level (since Linux 5.7).
.TP
.B AT_CLKTCK
The frequency with which
-.BR times (2)
+.MR times 2
counts.
This value can also be obtained via
.IR sysconf(_SC_CLK_TCK) .
@@ -171,15 +171,15 @@ executing a set-user-ID or set-group-ID binary
(so that its real and effective UIDs or GIDs differ from one another),
or that it gained capabilities by executing
a binary file that has capabilities (see
-.BR capabilities (7)).
+.MR capabilities 7 ).
Alternatively,
a nonzero value may be triggered by a Linux Security Module.
When this value is nonzero,
the dynamic linker disables the use of certain environment variables (see
-.BR ld\-linux.so (8))
+.MR ld\-linux.so 8 )
and glibc changes other aspects of its behavior.
(See also
-.BR secure_getenv (3).)
+.MR secure_getenv 3 .)
.TP
.B AT_SYSINFO
The entry point to the system call function in the vDSO.
@@ -212,7 +212,7 @@ No entry corresponding to
could be found in the auxiliary vector.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -231,7 +231,7 @@ glibc 2.16.
.SH NOTES
The primary consumer of the information in the auxiliary vector
is the dynamic linker,
-.BR ld\-linux.so (8).
+.MR ld\-linux.so 8 .
The auxiliary vector is a convenient and efficient shortcut
that allows the kernel to communicate a certain set of standard
information that the dynamic linker usually or always needs.
@@ -254,7 +254,7 @@ The auxiliary vector of any process can (subject to file permissions)
be obtained via
.IR /proc/ pid /auxv ;
see
-.BR proc (5)
+.MR proc 5
for more information.
.SH BUGS
Before the addition of the
@@ -266,7 +266,7 @@ could not be found from the case where the value corresponding to
.I type
was zero.
.SH SEE ALSO
-.BR execve (2),
-.BR secure_getenv (3),
-.BR vdso (7),
-.BR ld\-linux.so (8)
+.MR execve 2 ,
+.MR secure_getenv 3 ,
+.MR vdso 7 ,
+.MR ld\-linux.so 8