Removed trailing comma from SEE ALSO section.
This commit is contained in:
parent
d20a30ce29
commit
721f0be3c4
|
@ -34,7 +34,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)calloc.3 5.2 (Berkeley) 6/29/91
|
||||
.\" $Id: calloc.3,v 1.2 1993/08/01 07:44:31 mycroft Exp $
|
||||
.\" $Id: calloc.3,v 1.3 1993/10/14 23:30:41 jtc Exp $
|
||||
.\"
|
||||
.Dd June 29, 1991
|
||||
.Dt CALLOC 3
|
||||
|
@ -63,7 +63,7 @@ the allocated space if successful; otherwise a null pointer is returned.
|
|||
.Sh SEE ALSO
|
||||
.Xr malloc 3 ,
|
||||
.Xr realloc 3 ,
|
||||
.Xr free 3 ,
|
||||
.Xr free 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn calloc
|
||||
|
|
Loading…
Reference in New Issue