diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-18 07:06:07 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-07-24 09:32:03 +0200 |
| commit | c95f9f2c029268425acce4fb92f3a09d2823cd81 (patch) | |
| tree | 0c190c47816358cdd9c3b86316382d16ec9b49bc | |
| parent | ce1ff0f6969a4fe895bc7908596f99ccccee047f (diff) | |
| download | man-pages-c95f9f2c029268425acce4fb92f3a09d2823cd81.tar.gz | |
execve.2: Reword text on POSIX and #!
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/execve.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index 7f10a919d8..6662ccfb35 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -469,8 +469,8 @@ file has the set-user-ID or set-group-ID bit set. Executable was open for writing by one or more processes. .SH CONFORMING TO POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. -POSIX.1-2001 does not document the #! behavior -but is otherwise compatible. +POSIX does not document the #! behavior, but it exists +(with some variations) on other UNIX systems. .\" SVr4 documents additional error .\" conditions EAGAIN, EINTR, ELIBACC, ENOLINK, EMULTIHOP; POSIX does not .\" document ETXTBSY, EPERM, EFAULT, ELOOP, EIO, ENFILE, EMFILE, EINVAL, |
