diff options
| author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:33:15 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:33:15 +0000 |
| commit | a251398eea9c3538825fbb615c8eaa2806905bef (patch) | |
| tree | 1c973ca6d1f58f79b77d5c05084cfff1a6a72488 | |
| parent | b07158f71c2f73c13452add20fb4289dc41ccf95 (diff) | |
Notes
| -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..40eed263292c 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.18 1999/03/28 14:16:04 phk 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 |
