diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/signal.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 3d7d68bd060..690c8fc96d8 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.50 2014/09/10 07:04:23 guenther Exp $ +.\" $OpenBSD: signal.3,v 1.51 2014/09/15 06:18:36 guenther Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 10 2014 $ +.Dd $Mdocdate: September 15 2014 $ .Dt SIGNAL 3 .Os .Sh NAME @@ -235,7 +235,7 @@ function; ignored signals remain ignored. .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 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 |