diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
| commit | 78b0b234eb5a179413189a3e2561e894c9c18135 (patch) | |
| tree | 88dc95b3030f35aa0317c9879f6efa7e9605d2d5 /lib/libc/stdlib/alloca.3 | |
| parent | f3e79aa7054c104c387c504e6e55ec6a4a29b593 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/alloca.3')
| -rw-r--r-- | lib/libc/stdlib/alloca.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index ad5aaf694900..498348c51dfc 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/lib/libc/stdlib/alloca.3 @@ -59,10 +59,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 |
