Fix syntax mistake in man page.

This commit is contained in:
carl 2019-05-11 00:51:42 +08:00
parent 2330d35ade
commit 7cb2b3de7f

View file

@ -56,14 +56,12 @@ containing the head of the free list, and \fIsize\fR again contains the size
of the structures.
These last two routines are best used in a macro.
.PP
\fIClear\fR clears \fIsize\fR bytes, starting at \fIptr\fR.
\fIclear\fR clears \fIsize\fR bytes, starting at \fIptr\fR.
.SH FILES
.nf
~em/modules/h/alloc.h
~em/modules/lib/liballoc.a
.fi
.SH "MODULES USED"
system(3)
.SH "SEE ALSO"
malloc(3)
.SH DIAGNOSTICS