diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 01:51:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 01:51:55 +0000 |
commit | 7db7c608007ff21bacd8fbb112a57cbc258040a7 (patch) | |
tree | 7ce6aa99c5bdb645b4aa704440f778864f6c9a7b /lib | |
parent | b819199d42bb838e005bda35a43b6dd88423f824 (diff) |
asyncronous -> asynchronous;
from Chad Dougherty, documentation/5493
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/signal.3 | 4 |
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 |