From c95f9f2c029268425acce4fb92f3a09d2823cd81 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 07:06:07 +0200 Subject: [PATCH] execve.2: Reword text on POSIX and #! Signed-off-by: Michael Kerrisk --- man2/execve.2 | 4 ++-- 1 file 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, -- 2.39.5