execve.2: Add reference to ld-linux.so(8)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-21 00:21:24 +01:00
parent 36f8fb2bcd
commit e6659f737e
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ interpreter named in the PT_INTERP segment is used to load the needed
shared objects.
This interpreter is typically
.I /lib/ld-linux.so.2
for binaries linked with glibc.
for binaries linked with glibc (see
.BR ld-linux.so (8)).
All process attributes are preserved during an
.BR execve (),