diff options
author | mpp <mpp@FreeBSD.org> | 2000-05-05 02:21:45 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-05-05 02:21:45 +0000 |
commit | c0f912fb2fb901bbf9171c676bc67ace66284e8c (patch) | |
tree | 6234687c889354b7d2a2ed821b53ba59e490831c /lib/libc/stdlib | |
parent | 64e1aa5faa0b6dbd7c0af5ae66aa3786d7d9d73e (diff) | |
download | FreeBSD-src-c0f912fb2fb901bbf9171c676bc67ace66284e8c.zip FreeBSD-src-c0f912fb2fb901bbf9171c676bc67ace66284e8c.tar.gz |
Minor mdoc cleanup.
PR: docs/13218
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index d903885..4f6b9ef 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -441,9 +441,10 @@ actual values. It can be argued that returning a null pointer when asked to allocate zero bytes is a silly response to a silly question. .Pp -This implementation was authored by Poul-Henning Kamp. +This implementation was authored by +.An Poul-Henning Kamp . Please report any problems to him at -.Li <phk@FreeBSD.org> . +.Aq phk@FreeBSD.org . .Sh HISTORY The present allocation implementation started out as a filesystem for a drum attached to a 20bit binary challenged computer which was built |