diff options
| author | enami <enami@NetBSD.org> | 2001-09-16 01:09:18 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 2001-09-16 01:09:18 +0000 |
| commit | 0af73d03a2e82762b3a4c72d80c0dcf0a0df86ce (patch) | |
| tree | 5dbd52e0811e02e17fa936a7a967f014ae26523b /lib/libc/stdlib/memory.3 | |
| parent | d123f46864a6cec6cfc0cb375b5297c349847710 (diff) | |
Sort SEE ALSO and remove trailing comma.
Diffstat (limited to 'lib/libc/stdlib/memory.3')
| -rw-r--r-- | lib/libc/stdlib/memory.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 7f8bb5dc372..5deb65623ed 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: memory.3,v 1.6 1999/03/22 19:44:58 garbled Exp $ +.\" $NetBSD: memory.3,v 1.7 2001/09/16 01:09:18 enami Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,11 +62,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 |
