diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 20:58:20 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 20:58:20 +0000 |
commit | 0c88f2074896ada25300f54b5464348e6791af6f (patch) | |
tree | 3a8a31badff748fcc02e0fac30c909b181b66201 /lib | |
parent | f895aac665ecd9b1365ced518f7cdb456b532574 (diff) | |
download | FreeBSD-src-0c88f2074896ada25300f54b5464348e6791af6f.zip FreeBSD-src-0c88f2074896ada25300f54b5464348e6791af6f.tar.gz |
mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 2e76aa1..2764083 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -446,12 +446,6 @@ and .Fn free functions conform to .St -isoC . -.Sh BUGS -The messages printed in case of problems provide no detail about the -actual values. -.Pp -It can be argued that returning a null pointer when asked to -allocate zero bytes is a silly response to a silly question. .Sh HISTORY The present allocation implementation started out as a filesystem for a drum attached to a 20bit binary challenged computer which was built @@ -466,3 +460,9 @@ function first appeared in .Fx 3.0 . .Sh AUTHORS .An Poul-Henning Kamp Aq phk@FreeBSD.org +.Sh BUGS +The messages printed in case of problems provide no detail about the +actual values. +.Pp +It can be argued that returning a null pointer when asked to +allocate zero bytes is a silly response to a silly question. |