summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/signal.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-04-30 06:28:10 +0000
committerjmc <jmc@openbsd.org>2003-04-30 06:28:10 +0000
commitda41a9de3f63eede372bf6db0a5aaec52c499a57 (patch)
tree1ad96110984f02778c76a983422720ef2adb4e59 /lib/libc/gen/signal.3
parentremoved unused .Bd macro; (diff)
downloadwireguard-openbsd-da41a9de3f63eede372bf6db0a5aaec52c499a57.tar.xz
wireguard-openbsd-da41a9de3f63eede372bf6db0a5aaec52c499a57.zip
typos;
Diffstat (limited to 'lib/libc/gen/signal.3')
-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 98248f5bac4..cc403342b74 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.19 2003/02/03 21:20:47 deraadt Exp $
+.\" $OpenBSD: signal.3,v 1.20 2003/04/30 06:28:10 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -281,7 +281,7 @@ Base Interfaces:
.Fn sigaddset ,
.Fn sigdelset ,
.Fn sigemptyset ,
-.Fn sigfillset ,
+.Fn sigfillset ,
.Fn sigismember ,
.Fn signal ,
.Fn sigpending ,
@@ -344,7 +344,7 @@ signal handler is undefined.
In general though, signal handlers should do little more than set a
flag; most other actions are not safe.
.Pp
-As well, inside the signal handler it is also considered more safe to
+Additionally, inside the signal handler it is also considered more safe to
make a copy the global variable
.Va errno
and restore it before returning from the signal handler.