diff options
author | ru <ru@FreeBSD.org> | 2001-02-12 08:30:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-12 08:30:22 +0000 |
commit | 01c704e49522f264f6c7af5b143a7c861ae1e523 (patch) | |
tree | be09ee074993787c96e974f1bc58eacbdc4e0bc2 /lib/libc | |
parent | 0a9118516a0d16ac43d035b1b0c5f346bf2451c0 (diff) | |
download | FreeBSD-src-01c704e49522f264f6c7af5b143a7c861ae1e523.zip FreeBSD-src-01c704e49522f264f6c7af5b143a7c861ae1e523.tar.gz |
"Cross references in the SEE ALSO section should be sorted by section
number, and then placed in alphabetical order and comma separated.",
mdoc.samples(7) said.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/memory.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 0487eae..bef94d1 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -66,12 +66,12 @@ These functions allocate and free memory for the calling process. They are described in the individual manual pages. .Sh SEE ALSO +.Xr mmap 2 , .Xr alloca 3 , .Xr calloc 3 , .Xr free 3 , .Xr malloc 3 , -.Xr realloc 3 , -.Xr mmap 2 +.Xr realloc 3 .Sh STANDARDS These functions, with the exception of .Fn alloca |