diff options
author | wosch <wosch@FreeBSD.org> | 1996-12-23 23:09:55 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-12-23 23:09:55 +0000 |
commit | 0426c0af88896ae0e7b7809d8729d78595b55e26 (patch) | |
tree | ec33788a78a02be9ab81ee911d537fd2e291e5f4 /lib/libc/stdlib | |
parent | dfe5d3d364470874b0343a6ed0e31afd01de04b7 (diff) | |
download | FreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.zip FreeBSD-src-0426c0af88896ae0e7b7809d8729d78595b55e26.tar.gz |
comma typos
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/calloc.3 | 5 | ||||
-rw-r--r-- | lib/libc/stdlib/memory.3 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3 index 0ca15e5..6c79272 100644 --- a/lib/libc/stdlib/calloc.3 +++ b/lib/libc/stdlib/calloc.3 @@ -34,6 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)calloc.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt CALLOC 3 @@ -60,9 +61,9 @@ function returns a pointer to the the allocated space if successful; otherwise a null pointer is returned. .Sh SEE ALSO -.Xr malloc 3 , -.Xr realloc 3 , .Xr free 3 , +.Xr malloc 3 , +.Xr realloc 3 .Sh STANDARDS The .Fn calloc diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 9bc600b..0a1fed4 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)memory.3 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt MEMORY 3 @@ -58,11 +59,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 |