diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-18 07:05:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-07-24 09:32:03 +0200 |
| commit | ce1ff0f6969a4fe895bc7908596f99ccccee047f (patch) | |
| tree | d17598dad46ffd846e6cb7889d28de8bbd090be6 /man2/execve.2 | |
| parent | aee3265e69774f1ae514ba5ebe7abb0305e05eb9 (diff) | |
| download | man-pages-ce1ff0f6969a4fe895bc7908596f99ccccee047f.tar.gz | |
execve.2: CONFORMING TO: add POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/execve.2')
| -rw-r--r-- | man2/execve.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index cf46d6f0af..7f10a919d8 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -160,7 +160,7 @@ The floating-point environment is reset to the default (see .BR fenv (3)). .PP The process attributes in the preceding list are all specified -in POSIX.1-2001. +in POSIX.1. The following Linux-specific process attributes are also not preserved during an .BR execve (): @@ -217,9 +217,9 @@ Mutexes, condition variables, and other pthreads objects are not preserved. The equivalent of \fIsetlocale(LC_ALL, "C")\fP is executed at program start-up. .IP * -POSIX.1-2001 specifies that the dispositions of any signals that +POSIX.1 specifies that the dispositions of any signals that are ignored or set to the default are left unchanged. -POSIX.1-2001 specifies one exception: if +POSIX.1 specifies one exception: if .B SIGCHLD is being ignored, then an implementation may leave the disposition unchanged or @@ -246,7 +246,7 @@ of all record locks obtained on the underlying file by this process. See .BR fcntl (2) for details.) -POSIX.1-2001 says that if file descriptors 0, 1, and 2 would +POSIX.1 says that if file descriptors 0, 1, and 2 would otherwise be closed after a successful .BR execve (), and the process would gain privilege because the set-user_ID or @@ -468,7 +468,7 @@ file has the set-user-ID or set-group-ID bit set. .B ETXTBSY Executable was open for writing by one or more processes. .SH CONFORMING TO -SVr4, 4.3BSD, POSIX.1-2001. +POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. POSIX.1-2001 does not document the #! behavior but is otherwise compatible. .\" SVr4 documents additional error @@ -512,7 +512,7 @@ case the same as Linux. .\" Bug rejected (because fix would constitute an ABI change). .\" -POSIX.1-2001 says that values returned by +POSIX.1 says that values returned by .BR sysconf (3) should be invariant over the lifetime of a process. However, since Linux 2.6.23, if the |
