diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-12-23 23:09:55 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-12-23 23:09:55 +0000 |
| commit | 13608f6661a22db33b2416e0b0ce5848dd202c2f (patch) | |
| tree | ec33788a78a02be9ab81ee911d537fd2e291e5f4 /lib/libc/stdlib/memory.3 | |
| parent | 8df71a5a7d38e5c4210f75221243baf4d34014d9 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/memory.3')
| -rw-r--r-- | lib/libc/stdlib/memory.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 9bc600bbc6e9..0a1fed4982f2 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memory.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt MEMORY 3 @@ -58,11 +59,11 @@ These functions allocate and free memory for the calling process. They are described in the individual manual pages. .Sh SEE ALSO +.Xr alloca 3 , .Xr calloc 3 , .Xr free 3 , .Xr malloc 3 , -.Xr realloc 3 , -.Xr alloca 3 , +.Xr realloc 3 .Sh STANDARDS These functions, with the exception of .Fn alloca |
