#1073300 execveat: please explain another reason to return ENOENT

#1073300#5
Date:
2024-06-16 12:05:43 UTC
From:
To:
Hi,

I was looking why execveat(..., ..., ..., ..., AT_EMPTY_PATH) was
returning -ENOENT for me and figured that the ERRORS section of the
manual page would not provide the correct explanation. Lower in the
NOTES section, I eventually discovered the cause, but I think it would
be useful to have this noted in the ERRORS section directly. Hence, I
am proposing a patch to add this reference.

Helmut