diff options
author | 2014-09-15 06:18:36 +0000 | |
---|---|---|
committer | 2014-09-15 06:18:36 +0000 | |
commit | fb6570b20f5ffe840124f30f1a971e9ba03a43bc (patch) | |
tree | 3933b71445aa3b007a4a307d3eae97b59ae95060 /lib/libc/sys | |
parent | When fopen()ing internal to libc (the API doesn't support the use (diff) | |
download | wireguard-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/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 |