From d3777ff0566866d3f694f524d52090e01848336c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Oct 2005 13:51:36 +0000 Subject: [PATCH] Formatting fix --- man2/execve.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/execve.2 b/man2/execve.2 index 323f55a3c..018d68553 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -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.