summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atexit.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-05-06 12:00:11 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-05-06 12:00:11 +0000
commit274b6244d3d8d81474b580ed282a83e99da41b62 (patch)
tree6f74bb33d09434780beaff1041f051f8e71aff54 /lib/libc/stdlib/atexit.3
parentbaff09db2cf68bb71d0dbd02758fd44a3dfca6a0 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/atexit.3')
-rw-r--r--lib/libc/stdlib/atexit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3
index 6c490549765f..a9a0ab9dc2e0 100644
--- a/lib/libc/stdlib/atexit.3
+++ b/lib/libc/stdlib/atexit.3
@@ -65,7 +65,7 @@ and more are allowed as long as sufficient memory can be allocated.
.Sh RETURN VALUES
.Rv -std atexit
.Sh ERRORS
-.Bl -tag -width [ENOMEM]
+.Bl -tag -width Er
.It Bq Er ENOMEM
No memory was available to add the function to the list.
The existing list of functions is unmodified.