diff options
author | jmc <> | 2005-08-22 14:17:31 +0000 |
---|---|---|
committer | jmc <> | 2005-08-22 14:17:31 +0000 |
commit | 8e9d002445ff7b881245cf1b95104d0a5c87f487 (patch) | |
tree | 7fddd4c1dab7ee1467b9eadfd3a077ff9cd28742 | |
parent | 434cacf10c5ad91692765b25702dbb55ff0024b5 (diff) | |
download | openbsd-8e9d002445ff7b881245cf1b95104d0a5c87f487.tar.gz openbsd-8e9d002445ff7b881245cf1b95104d0a5c87f487.tar.bz2 openbsd-8e9d002445ff7b881245cf1b95104d0a5c87f487.zip |
spelling: you missed this one david ;)
-rw-r--r-- | src/lib/libc/stdlib/atexit.3 | 4 |
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. | |||
59 | is very difficult to use correctly without creating | 59 | is very difficult to use correctly without creating |
60 | .Xr exit 3 Ns -time | 60 | .Xr exit 3 Ns -time |
61 | races. | 61 | races. |
62 | Unless absolutely neccessary, please avoid using it. | 62 | Unless 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 |