aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-08-08 03:58:01 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-08-08 03:58:01 +0200
commitdc3037bf4df4eb45fd8051d21153443d3aba7f36 (patch)
tree930dbfcf409d2bd74714f0eebf92477e728a5e5a
parent8a7dd01825ec866f078362e0b712b8141d58646b (diff)
downloadman-pages-dc3037bf4df4eb45fd8051d21153443d3aba7f36.tar.gz
getauxval.3: SEE ALSO: add execve(2)
Since this page discusses program execution, a link to execve(2) seems appropriate. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/getauxval.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 107abc552b..a43e6ffae4 100644
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -287,6 +287,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)