diff options
| author | mikel <mikel@NetBSD.org> | 1997-07-15 07:03:25 +0000 |
|---|---|---|
| committer | mikel <mikel@NetBSD.org> | 1997-07-15 07:03:25 +0000 |
| commit | 95ca30804fab0188b298830ddbd2e98721fbc7df (patch) | |
| tree | 718c874452d1b1037712aa6dfb0720b72bb11c97 /lib/libc/stdlib | |
| parent | 5a13994cb6712ad4c962104120bcc5c250748ab0 (diff) | |
xref getpagesize(3) not nonexistent pagesize(2), sort xrefs
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/alloca.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index 735162213a2..5eae2551eb5 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/lib/libc/stdlib/alloca.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: alloca.3,v 1.3 1995/12/28 08:52:00 thorpej Exp $ +.\" $NetBSD: alloca.3,v 1.4 1997/07/15 07:03:25 mikel Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. @@ -61,10 +61,10 @@ If the allocation failed, a pointer is returned. .Sh SEE ALSO .Xr brk 2 , -.Xr pagesize 2 .Xr calloc 3 , +.Xr getpagesize 3 , .Xr malloc 3 , -.Xr realloc 3 , +.Xr realloc 3 .Sh BUGS The .Fn alloca |
