From 7cb2b3de7f1c30ef659b33ae10caf64bbc4aae49 Mon Sep 17 00:00:00 2001 From: carl Date: Sat, 11 May 2019 00:51:42 +0800 Subject: [PATCH] Fix syntax mistake in man page. --- modules/src/alloc/alloc.3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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