diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 12:45:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 12:45:11 +0000 |
| commit | 1fae73b137bfc5a237d7258e3c667ba87a36b7ff (patch) | |
| tree | ee7f7ba4650cadf44410ca9a44676c72c96739b7 /lib/libc/stdlib/malloc.3 | |
| parent | 68eec1f80cd88e91cb92d06ce4ae75fc5077ab13 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 376b42d96c4f..6c11ea7c437c 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -135,7 +135,9 @@ for the specified size. .Pp The .Fn reallocf -function call is identical to the realloc function call, except that it +function is identical to the +.Fn realloc +function, except that it will free the passed pointer when the requested memory cannot be allocated. This is a .Fx |
