diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 2000-05-24 13:24:04 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 2000-05-24 13:24:04 +0000 |
| commit | abdb48432b1f48a564dc972193640030292caef3 (patch) | |
| tree | 853ffc79d13114159f0461bf62a449443ff2f86c /lib/libc/stdlib | |
| parent | e53d5aa0b6e54c4d7f03b04171a3bb898db699d7 (diff) | |
Notes
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 3a3440120896..e990c64c3f74 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -445,9 +445,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 |
