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 <nplatiel@gmx.us>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-08-08 04:01:21 +02:00
parent dc3037bf4d
commit 21b8af1f3c
1 changed files with 1 additions and 1 deletions

View File

@ -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...