summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib')
-rw-r--r--src/lib/libc/stdlib/atexit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3
index a95a45b92e..3a7e0d978a 100644
--- a/src/lib/libc/stdlib/atexit.3
+++ b/src/lib/libc/stdlib/atexit.3
@@ -29,9 +29,9 @@
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.12 2019/06/27 16:30:39 schwarze Exp $ 32.\" $OpenBSD: atexit.3,v 1.13 2022/02/06 00:29:02 jsg Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 27 2019 $ 34.Dd $Mdocdate: February 6 2022 $
35.Dt ATEXIT 3 35.Dt ATEXIT 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -68,7 +68,7 @@ that matters, not the source of the function that was registered.
68is very difficult to use correctly without creating 68is very difficult to use correctly without creating
69.Xr exit 3 Ns -time 69.Xr exit 3 Ns -time
70races. 70races.
71Unless absolutely necessary, please avoid using it. 71Unless absolutely necessary, avoid using it.
72.Sh RETURN VALUES 72.Sh RETURN VALUES
73The 73The
74.Nm 74.Nm