From 21b8af1f3c6a1ba2eb22e1ebdc7bff678ee6c7f6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 8 Aug 2021 04:01:21 +0200 Subject: [PATCH] execve.2: The pathname given to interpreter is not necessarily absolute As pointed out by Nora, the example shown in the manual page already demonstrates that the pathname is not absolute! Reported-by: Nora Platiel Signed-off-by: Michael Kerrisk --- man2/execve.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/execve.2 b/man2/execve.2 index 435a6b363..4eaf1967e 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -346,7 +346,7 @@ will be invoked with the following arguments: .PP where .I pathname -is the absolute pathname of the file specified as the first argument of +is the pathname of the file specified as the first argument of .BR execve (), and .I arg...