From 2090cb10b33284ab88f687ee51713b3161563d70 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 10 Oct 2020 12:06:39 +0000 Subject: [PATCH] sigevent(3): Fix a typo - asychronous -> asynchronous MFC after: 1 week --- share/man/man3/sigevent.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/sigevent.3 b/share/man/man3/sigevent.3 index e1f06f3074ca..fea8e621f3ea 100644 --- a/share/man/man3/sigevent.3 +++ b/share/man/man3/sigevent.3 @@ -34,7 +34,7 @@ .Sh SYNOPSIS .In signal.h .Sh DESCRIPTION -Some operations permit threads to request asychronous notification of events +Some operations permit threads to request asynchronous notification of events via a .Vt struct sigevent structure.