@@@ man wip
[mLib] / hash / unihash.3
index 72467ac..86ea73b 100644 (file)
@@ -44,11 +44,11 @@ unihash \- simple and efficient universal hashing for hashtables
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/unihash.h>"
-
+.PP
 .B "typedef struct { ...\& } unihash_info;"
-
+.PP
 .B "unihash_info unihash_global;"
-
+.PP
 .BI "void unihash_setkey(unihash_info *" i ", uint32 " k );
 .BI "uint32 UNIHASH_INIT(const unihash_info *" i );
 .ta \w'\fBuint32 unihash_hash('u