diff options
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 |