diff --git a/modules/src/alloc/alloc.3 b/modules/src/alloc/alloc.3 index cd7bfbf5e..5db5745d8 100644 --- a/modules/src/alloc/alloc.3 +++ b/modules/src/alloc/alloc.3 @@ -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