summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/calloc.3
diff options
context:
space:
mode:
authoralex <>1999-05-16 19:55:18 +0000
committeralex <>1999-05-16 19:55:18 +0000
commite38426b4a145b773ec2a1e0f71ca512e5b11a372 (patch)
tree7ea5a427829857e223b7f6beae540675d916ff3c /src/lib/libc/stdlib/calloc.3
parent348594ae9996fbccff97c4b838f78053ccfd54d1 (diff)
downloadopenbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.gz
openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.bz2
openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.zip
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.
Diffstat (limited to 'src/lib/libc/stdlib/calloc.3')
-rw-r--r--src/lib/libc/stdlib/calloc.36
1 files changed, 3 insertions, 3 deletions
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 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: calloc.3,v 1.3 1996/12/10 09:06:10 deraadt Exp $ 36.\" $OpenBSD: calloc.3,v 1.4 1999/05/16 19:55:13 alex Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt CALLOC 3 39.Dt CALLOC 3
@@ -60,9 +60,9 @@ function returns
60a pointer to 60a pointer to
61the allocated space if successful; otherwise a null pointer is returned. 61the allocated space if successful; otherwise a null pointer is returned.
62.Sh SEE ALSO 62.Sh SEE ALSO
63.Xr free 3 ,
63.Xr malloc 3 , 64.Xr malloc 3 ,
64.Xr realloc 3 , 65.Xr realloc 3
65.Xr free 3
66.Sh STANDARDS 66.Sh STANDARDS
67The 67The
68.Fn calloc 68.Fn calloc