diff options
author | charnier <charnier@FreeBSD.org> | 2003-03-24 16:07:19 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-03-24 16:07:19 +0000 |
commit | c0b518390eedbe97cbeb9174108b65f4295e5a30 (patch) | |
tree | 5c8f72b73c486191b9c5715e72f62598b69a801b /lib/libc/sys/sigaction.2 | |
parent | d0441d10b5801db1d53f885fa707ae3768d2c98d (diff) | |
download | FreeBSD-src-c0b518390eedbe97cbeb9174108b65f4295e5a30.zip FreeBSD-src-c0b518390eedbe97cbeb9174108b65f4295e5a30.tar.gz |
The .Fn function
The ... 2 system call
Diffstat (limited to 'lib/libc/sys/sigaction.2')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 62b3298..1c38751 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -264,8 +264,9 @@ or all signals, the signal mask, the signal stack, and the restart/interrupt flags are inherited by the child. .Pp -.Xr Execve 2 -reinstates the default +The +.Xr execve 2 +system call reinstates the default action for all signals which were caught and resets all signals to be caught on the user stack. Ignored signals remain ignored; |