From 7e60e168949482580907b21eb66d35527a7b0428 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 14 Jul 2024 03:53:18 +0000 Subject: [PATCH] spelling --- lib/libc/sys/sigaction.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index edcd3e3eefd..044d957476e 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.78 2024/07/12 11:01:40 deraadt Exp $ +.\" $OpenBSD: sigaction.2,v 1.79 2024/07/14 03:53:18 jsg Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" -.Dd $Mdocdate: July 12 2024 $ +.Dd $Mdocdate: July 14 2024 $ .Dt SIGACTION 2 .Os .Sh NAME @@ -479,7 +479,7 @@ which is inspected by an event loop. Other variables accessed inside the handler must be either const, or local to the handler. More complicated global variables (such as strings, structs, or lists) -will require external methods to gaurantee consistancy, such as +will require external methods to guarantee consistency, such as signal-blocking with .Xr sigprocmask 2 . .Pp -- 2.20.1