From: guenther Date: Wed, 22 Feb 2023 06:54:13 +0000 (+0000) Subject: Point to and not : the latter is X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c56b7b9aff25a3b2e0a3a8599e1208cf875850f6;p=openbsd Point to and not : the latter is an implementation detail for the kernel, libc, and libkvm, and should not be a concern for others. --- diff --git a/lib/libc/sys/__thrsigdivert.2 b/lib/libc/sys/__thrsigdivert.2 index 34938dbcd5a..e042c2bb22b 100644 --- a/lib/libc/sys/__thrsigdivert.2 +++ b/lib/libc/sys/__thrsigdivert.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __thrsigdivert.2,v 1.5 2016/08/21 13:31:21 schwarze Exp $ +.\" $OpenBSD: __thrsigdivert.2,v 1.6 2023/02/22 06:54:13 guenther Exp $ .\" .\" Copyright (c) 2012 Philip Guenther .\" @@ -14,15 +14,15 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 21 2016 $ +.Dd $Mdocdate: February 22 2023 $ .Dt __THRSIGDIVERT 2 .Os .Sh NAME .Nm __thrsigdivert .Nd synchronously accept a signal .Sh SYNOPSIS -.In sys/signal.h .In sys/time.h +.In signal.h .Ft int .Fn __thrsigdivert "sigset_t set" "siginfo_t *info" "const struct timespec *timeout" .Sh DESCRIPTION