From e6659f737ea7408cf448c31ea55df5c8db7f98ae Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 21 Jan 2016 00:21:24 +0100 Subject: [PATCH] execve.2: Add reference to ld-linux.so(8) Signed-off-by: Michael Kerrisk --- man2/execve.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/execve.2 b/man2/execve.2 index b0061b263..24eea5aea 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -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 (),