diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 2000-05-05 02:21:45 +0000 | 
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 2000-05-05 02:21:45 +0000 | 
| commit | 751f44657ef382895cc15d24544a0ed64017d966 (patch) | |
| tree | 5b39001cf037f17b37c5fcefbba56876a9130291 /lib/libc/stdlib/malloc.3 | |
| parent | ff7e939c433fd21884afb7b598d35c9825a27c35 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -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 d90388543819..4f6b9ef5f13e 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   | 
