Fix grammar [1] and formatting.

Submitted by:	pluknet AT gmail DOT com [1]
This commit is contained in:
ru 2007-01-27 23:06:00 +00:00
parent 3f83d16647
commit b640c5e1c4

View File

@ -38,7 +38,9 @@
.Ft "void *"
.Fn hashinit "int nelements" "struct malloc_type *type" "u_long *hashmask"
.Ft void
.Fn hashinit_flags "int nelements" "struct malloc_type *type" "u_long *hashmask" "int flags"
.Fo hashinit_flags
.Fa "int nelements" "struct malloc_type *type" "u_long *hashmask" "int flags"
.Fc
.Ft void
.Fn hashdestroy "void *hashtbl" "struct malloc_type *type" "u_long hashmask"
.Ft "void *"
@ -64,7 +66,7 @@ number less than or equal to argument
.Fa nelements .
The
.Fn hashinit_flags
functionn operates like
function operates like
.Fn hashinit
but also accepts an additional argument
.Fa flags