]> git.ipfire.org Git - thirdparty/man-pages.git/commit
execve.2: Fix description of treatment of caught signals
authorColin Watson <cjwatson@debian.org>
Tue, 5 Jan 2010 14:07:22 +0000 (15:07 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 5 Jan 2010 14:07:22 +0000 (15:07 +0100)
commit9ec8f8605e55cd0caf5a6ce90c9c9fa4064580ce
tree829a64d22614f7bb0641fca58d99b714e7549616
parentbc918a3acd5be5f141d3f1391fa8a503e8ec34d2
execve.2: Fix description of treatment of caught signals

Caught signals reset to their default on an execve() (not
to being ignored).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/execve.2