summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.34
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