Module Name: src
Committed By: snj
Date: Sun Dec 10 10:18:22 UTC 2017
Modified Files:
src/lib/libc/gen [netbsd-8]: signal.3
Log Message:
Pull up following revision(s) (requested by dholland in ticket #433):
lib/libc/gen/signal.3: revision 1.28
The list of async-signal-safe functions got moved to sigaction(2).
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.8.1 src/lib/libc/gen/signal.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/signal.3
diff -u src/lib/libc/gen/signal.3:1.27 src/lib/libc/gen/signal.3:1.27.8.1
--- src/lib/libc/gen/signal.3:1.27 Mon Jun 6 08:28:18 2016
+++ src/lib/libc/gen/signal.3 Sun Dec 10 10:18:22 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: signal.3,v 1.27 2016/06/06 08:28:18 wiz Exp $
+.\" $NetBSD: signal.3,v 1.27.8.1 2017/12/10 10:18:22 snj Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -149,7 +149,7 @@ ignored signals remain ignored.
.Pp
Only functions that are async-signal-safe can safely be used in signal
handlers, see
-.Xr signal 7
+.Xr sigaction 2
for a complete list.
.Sh RETURN VALUES
The previous action is returned on a successful call.