summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-29 14:08:20 +0000
commit4263595653697b5431b4e2d75ce462b2353f2216 (patch)
tree8d9379964e671d57e7bba00972413962093276ba /lib/libc/stdlib/malloc.3
parent030f23696c36c3eaa27264b9a0a8817106ca8af1 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 0928f94c7cb4..75682295655b 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -261,6 +261,7 @@ If the environment variable
.Ev MALLOC_OPTIONS
is set, the characters it contains will be interpreted as flags to the
allocation functions.
+.El
.Sh RETURN VALUES
The
.Fn malloc
@@ -428,6 +429,7 @@ An unknown option was specified.
Even with the
.Dq A
option set, this warning is still only a warning.
+.El
.Sh SEE ALSO
.Xr brk 2 ,
.Xr alloca 3 ,