diff options
author | 2005-08-22 14:17:31 +0000 | |
---|---|---|
committer | 2005-08-22 14:17:31 +0000 | |
commit | 3dda6d839d720b670f99049f5404b2a57b227ad6 (patch) | |
tree | 021fdc2ec943ad2d331bae94cb19f0902dd023c7 /lib/libc/stdlib | |
parent | document $CVSROOT/CVSROOT/history file; ok jmc joris (diff) | |
download | wireguard-openbsd-3dda6d839d720b670f99049f5404b2a57b227ad6.tar.xz wireguard-openbsd-3dda6d839d720b670f99049f5404b2a57b227ad6.zip |
spelling: you missed this one david ;)
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/atexit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3 index 0af10cfe815..4272c8b66d0 100644 --- a/lib/libc/stdlib/atexit.3 +++ b/lib/libc/stdlib/atexit.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atexit.3,v 1.6 2005/08/06 18:43:23 deraadt Exp $ +.\" $OpenBSD: atexit.3,v 1.7 2005/08/22 14:17:31 jmc Exp $ .\" .Dd June 29, 1991 .Dt ATEXIT 3 @@ -59,7 +59,7 @@ and more are allowed as long as sufficient memory can be allocated. is very difficult to use correctly without creating .Xr exit 3 Ns -time races. -Unless absolutely neccessary, please avoid using it. +Unless absolutely necessary, please avoid using it. .Sh RETURN VALUES .Rv -std atexit .Sh ERRORS |