summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-07-14 03:47:45 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-07-14 03:47:45 +0000
commita297ba2147000cdd0a15a57f82edb576f0a27ac6 (patch)
tree6fc589398fef285c41a8084b66591718fc71433e /lib/libc
parent90ee2e37cc60498667923c74cbcaa9a0d6635a49 (diff)
spelling
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/signal.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index a3c4f065c28..a36212abd50 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.58 2024/07/12 11:01:40 deraadt Exp $
+.\" $OpenBSD: signal.3,v 1.59 2024/07/14 03:47:44 jsg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 12 2024 $
+.Dd $Mdocdate: July 14 2024 $
.Dt SIGNAL 3
.Os
.Sh NAME
@@ -248,7 +248,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