diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 07:33:15 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 07:33:15 +0000 |
commit | d680f15828153ca5c2da7da1c11daa8ec9582800 (patch) | |
tree | 75f1219a4db4dfb3a5ea4eae6d28fb11c7bac4d2 /lib/libc | |
parent | 872a29f0ac1a9f019347f299254371fab948125b (diff) | |
download | FreeBSD-src-d680f15828153ca5c2da7da1c11daa8ec9582800.zip FreeBSD-src-d680f15828153ca5c2da7da1c11daa8ec9582800.tar.gz |
Fix .Xr line for `getpagesize'
Diffstat (limited to 'lib/libc')
-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 458a7ee..40eed26 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 |