summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-31 01:51:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-31 01:51:55 +0000
commit7db7c608007ff21bacd8fbb112a57cbc258040a7 (patch)
tree7ce6aa99c5bdb645b4aa704440f778864f6c9a7b /lib
parentb819199d42bb838e005bda35a43b6dd88423f824 (diff)
asyncronous -> asynchronous;
from Chad Dougherty, documentation/5493
Diffstat (limited to 'lib')
-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