diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 93b9d9d5438..e7f1bed1aab 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.65 2014/09/15 05:51:24 guenther Exp $ +.\" $OpenBSD: sigaction.2,v 1.66 2014/09/15 06:18:36 guenther Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -459,7 +459,7 @@ handling of .Dv SIGTHR . .Pp The following functions are either reentrant or not interruptible -by signals and are async-signal safe. +by signals and are async-signal-safe. Therefore applications may invoke them, without restriction, from signal-catching functions: .Pp |