missed a , after pagesize(2)
authorSteve Sellgren <sellgren@ucbvax.Berkeley.EDU>
Thu, 2 May 1991 05:47:15 +0000 (21:47 -0800)
committerSteve Sellgren <sellgren@ucbvax.Berkeley.EDU>
Thu, 2 May 1991 05:47:15 +0000 (21:47 -0800)
SCCS-vsn: lib/libc/stdlib/malloc.3 6.6

usr/src/lib/libc/stdlib/malloc.3

index eadb58e..24ea08c 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)malloc.3   6.5 (Berkeley) %G%
+.\"     @(#)malloc.3   6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MALLOC 3
 .\"
 .Dd 
 .Dt MALLOC 3
@@ -39,7 +39,7 @@ a pointer to the allocated space if successful; otherwise
 a null pointer is returned.
 .Sh SEE ALSO
 .Xr brk 2 ,
 a null pointer is returned.
 .Sh SEE ALSO
 .Xr brk 2 ,
-.Xr pagesize 2
+.Xr pagesize 2 ,
 .Xr free 3 ,
 .Xr calloc 3 ,
 .Xr alloca 3 ,
 .Xr free 3 ,
 .Xr calloc 3 ,
 .Xr alloca 3 ,