summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-31 01:51:54 +0000
committerjmc <jmc@openbsd.org>2007-05-31 01:51:54 +0000
commit26170e4b868208ca66159475f80ad87e753ec512 (patch)
tree233bcd91acbe80639e8f08797c34e3fa90b082ba /lib/libc
parentonly call em_init() when IFF_UP is set, not unconditional. (diff)
downloadwireguard-openbsd-26170e4b868208ca66159475f80ad87e753ec512.tar.xz
wireguard-openbsd-26170e4b868208ca66159475f80ad87e753ec512.zip
asyncronous -> asynchronous;
from Chad Dougherty, documentation/5493
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/signal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index be23596c69e..d9f0c4d96de 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: signal.3,v 1.32 2006/04/11 05:31:27 deraadt Exp $
+.\" $OpenBSD: signal.3,v 1.33 2007/05/31 01:51:54 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -237,7 +237,7 @@ function;
ignored signals remain ignored.
.Pp
The following functions are either reentrant or not interruptible
-by signals and are asyncronous-signal safe.
+by signals and are asynchronous-signal safe.
Therefore applications may
invoke them, without restriction, from signal-catching functions:
.Pp