From b640c5e1c484029c4b9f46aa6958054281d981c2 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 27 Jan 2007 23:06:00 +0000 Subject: [PATCH] Fix grammar [1] and formatting. Submitted by: pluknet AT gmail DOT com [1] --- share/man/man9/hashinit.9 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/share/man/man9/hashinit.9 b/share/man/man9/hashinit.9 index 888e7f5ba9f2..d186dcfe18e2 100644 --- a/share/man/man9/hashinit.9 +++ b/share/man/man9/hashinit.9 @@ -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 *" @@ -46,7 +48,7 @@ .Sh DESCRIPTION The .Fn hashinit , -.Fn hashinit_flags +.Fn hashinit_flags and .Fn phashinit functions allocate space for hash tables of size given by the argument @@ -62,9 +64,9 @@ The function allocates hash tables that are sized to the largest prime number less than or equal to argument .Fa nelements . -The +The .Fn hashinit_flags -functionn operates like +function operates like .Fn hashinit but also accepts an additional argument .Fa flags