summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-09-15 06:18:36 +0000
committerguenther <guenther@openbsd.org>2014-09-15 06:18:36 +0000
commitfb6570b20f5ffe840124f30f1a971e9ba03a43bc (patch)
tree3933b71445aa3b007a4a307d3eae97b59ae95060 /lib/libc
parentWhen fopen()ing internal to libc (the API doesn't support the use (diff)
downloadwireguard-openbsd-fb6570b20f5ffe840124f30f1a971e9ba03a43bc.tar.xz
wireguard-openbsd-fb6570b20f5ffe840124f30f1a971e9ba03a43bc.zip
We missed a hyphen in 'async-signal-safe'
Noted by Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/signal.36
-rw-r--r--lib/libc/sys/sigaction.24
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