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/calloc.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/calloc.3') diff --git a/src/lib/libc/stdlib/calloc.3 b/src/lib/libc/stdlib/calloc.3 index 13a912169c..9bd7f1d8da 100644 --- a/src/lib/libc/stdlib/calloc.3 +++ b/src/lib/libc/stdlib/calloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: calloc.3,v 1.3 1996/12/10 09:06:10 deraadt Exp $ +.\" $OpenBSD: calloc.3,v 1.4 1999/05/16 19:55:13 alex Exp $ .\" .Dd June 29, 1991 .Dt CALLOC 3 @@ -60,9 +60,9 @@ function returns a pointer to the allocated space if successful; otherwise a null pointer is returned. .Sh SEE ALSO +.Xr free 3 , .Xr malloc 3 , -.Xr realloc 3 , -.Xr free 3 +.Xr realloc 3 .Sh STANDARDS The .Fn calloc -- cgit v1.2.3-55-g6feb