Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 07/21/1999 20:02:37
Module Name: basesrc
Committed By: itohy
Date: Thu Jul 22 03:02:37 UTC 1999
Modified Files:
basesrc/usr.bin/man: man.c
Log Message:
A caught signal is blocked in the handler and
must be unblocked to do the default action.
The old code may generate weird exit status
on signals.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/man/man.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.