man/, share/mk/: Fix nested EX/EE within nf/fi
[man-pages.git] / man / man5 / proc_pid_auxv.5
blob2202346eab96bc55664a22772b11835036064ce9
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_pid_auxv 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/pid/auxv \- exec(3) information
10 .SH DESCRIPTION
11 .TP
12 .IR /proc/ pid /auxv " (since Linux 2.6.0)"
13 .\" Precisely: Linux 2.6.0-test7
14 This contains the contents of the ELF interpreter information passed
15 to the process at exec time.
16 The format is one \fIunsigned long\fP ID
17 plus one \fIunsigned long\fP value for each entry.
18 The last entry contains two zeros.
19 See also
20 .BR getauxval (3).
21 .IP
22 Permission to access this file is governed by a ptrace access mode
23 .B PTRACE_MODE_READ_FSCREDS
24 check; see
25 .BR ptrace (2).
26 .SH SEE ALSO
27 .BR proc (5)