diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-28 13:12:53 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-03-12 09:24:44 +0100 |
| commit | b51c940445bfb60b89c48e8976e9001256526359 (patch) | |
| tree | 53a57ad86a8f91bf67ac71b4ebe0a8d0d912afaf /man2 | |
| parent | a0cdf1e1b342685d7c726df8f10ddb6250520027 (diff) | |
| download | man-pages-b51c940445bfb60b89c48e8976e9001256526359.tar.gz | |
execve.2: ERRORS: ENOENT does not occur for missing shared libraries
See http://sourceware.org/bugzilla/show_bug.cgi?id=12241.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/execve.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index 81778df2ae..0a255ed647 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -514,9 +514,7 @@ The system-wide limit on the total number of open files has been reached. .B ENOENT The file .I pathname -or a script or ELF interpreter does not exist, or a shared library -.\" FIXME but see http://sourceware.org/bugzilla/show_bug.cgi?id=12241 -needed for the file or interpreter cannot be found. +or a script or ELF interpreter does not exist. .TP .B ENOEXEC An executable is not in a recognized format, is for the wrong |
