Formatting fix

This commit is contained in:
Michael Kerrisk 2005-10-19 13:51:36 +00:00
parent 35e21ba7ca
commit d3777ff056
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ argc, char *argv[], char *envp[])\fR.
\fBexecve\fP() does not return on success, and the text, data, bss, and
stack of the calling process are overwritten by that of the program
loaded. The program invoked inherits the calling process's PID, and any
open file descriptors that are not set to close on exec. Signals pending
open file descriptors that are not set to close-on-exec. Signals pending
on the calling process are cleared. Any signals set to be caught by
the calling process are reset to their default behaviour.
The SIGCHLD signal (when set to SIG_IGN) may or may not be reset to SIG_DFL.