summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2005-08-22 14:17:31 +0000
committerjmc <>2005-08-22 14:17:31 +0000
commit8e9d002445ff7b881245cf1b95104d0a5c87f487 (patch)
tree7fddd4c1dab7ee1467b9eadfd3a077ff9cd28742 /src
parent434cacf10c5ad91692765b25702dbb55ff0024b5 (diff)
downloadopenbsd-8e9d002445ff7b881245cf1b95104d0a5c87f487.tar.gz
openbsd-8e9d002445ff7b881245cf1b95104d0a5c87f487.tar.bz2
openbsd-8e9d002445ff7b881245cf1b95104d0a5c87f487.zip
spelling: you missed this one david ;)
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/atexit.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3
index 0af10cfe81..4272c8b66d 100644
--- a/src/lib/libc/stdlib/atexit.3
+++ b/src/lib/libc/stdlib/atexit.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: atexit.3,v 1.6 2005/08/06 18:43:23 deraadt Exp $ 32.\" $OpenBSD: atexit.3,v 1.7 2005/08/22 14:17:31 jmc Exp $
33.\" 33.\"
34.Dd June 29, 1991 34.Dd June 29, 1991
35.Dt ATEXIT 3 35.Dt ATEXIT 3
@@ -59,7 +59,7 @@ and more are allowed as long as sufficient memory can be allocated.
59is very difficult to use correctly without creating 59is very difficult to use correctly without creating
60.Xr exit 3 Ns -time 60.Xr exit 3 Ns -time
61races. 61races.
62Unless absolutely neccessary, please avoid using it. 62Unless absolutely necessary, please avoid using it.
63.Sh RETURN VALUES 63.Sh RETURN VALUES
64.Rv -std atexit 64.Rv -std atexit
65.Sh ERRORS 65.Sh ERRORS