diff options
| author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:34:38 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:34:38 +0000 |
| commit | 85a65fd7d37e26664a34d3a1fb59d5a918e2681f (patch) | |
| tree | 92609c5a05b21f1d7a7ed45fd18162ec16c57ecf /lib/libc/stdlib/malloc.3 | |
| parent | 3dc708031dc5b8376a8c952c8769279ccf42ba75 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 458a7ee2e1bc..123a7a5db763 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 -.\" $Id: malloc.3,v 1.17 1998/09/16 04:07:31 imp Exp $ +.\" $Id: malloc.3,v 1.19 1999/08/14 07:33:15 chris Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -67,7 +67,7 @@ for storage of any type of object. If the space is at least .Em pagesize bytes in length (see -.Xr getpagesize (3)), +.Xr getpagesize 3 ), the returned memory will be page boundary aligned as well. If .Fn malloc |
