diff options
author | ru <ru@FreeBSD.org> | 2007-01-27 23:06:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2007-01-27 23:06:00 +0000 |
commit | b640c5e1c484029c4b9f46aa6958054281d981c2 (patch) | |
tree | 676e91ec157add65fe576ec481c7f525e1fced71 /share/man/man9/hashinit.9 | |
parent | 3f83d16647af106bd5cbc7747ca536f18ab32c2d (diff) | |
download | FreeBSD-src-b640c5e1c484029c4b9f46aa6958054281d981c2.zip FreeBSD-src-b640c5e1c484029c4b9f46aa6958054281d981c2.tar.gz |
Fix grammar [1] and formatting.
Submitted by: pluknet AT gmail DOT com [1]
Diffstat (limited to 'share/man/man9/hashinit.9')
-rw-r--r-- | share/man/man9/hashinit.9 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/hashinit.9 b/share/man/man9/hashinit.9 index 888e7f5..d186dcf 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 |