From e38426b4a145b773ec2a1e0f71ca512e5b11a372 Mon Sep 17 00:00:00 2001 From: alex <> Date: Sun, 16 May 1999 19:55:18 +0000 Subject: Cleanup xrefs under SEE ALSO. Specifically: - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. --- src/lib/libc/stdlib/memory.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/memory.3') diff --git a/src/lib/libc/stdlib/memory.3 b/src/lib/libc/stdlib/memory.3 index 712c7c45d2..44203288e5 100644 --- a/src/lib/libc/stdlib/memory.3 +++ b/src/lib/libc/stdlib/memory.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memory.3,v 1.2 1996/08/19 08:33:37 tholo Exp $ +.\" $OpenBSD: memory.3,v 1.3 1999/05/16 19:55:15 alex Exp $ .\" .Dd May 2, 1991 .Dt MEMORY 3 @@ -58,11 +58,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 -- cgit v1.2.3-55-g6feb