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