-.\" $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
.\"
.\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd $Mdocdate: July 12 2024 $
+.Dd $Mdocdate: July 14 2024 $
.Dt SIGACTION 2
.Os
.Sh NAME
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