From: Mark Wooding Date: Wed, 10 May 2023 23:09:37 +0000 (+0100) Subject: struct/hash.3: Zap spurious space before pointer argument name. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/db0e70a131f1a3a28cc78cface5b5db87b0d5416 struct/hash.3: Zap spurious space before pointer argument name. --- diff --git a/struct/hash.3 b/struct/hash.3 index 5869d89..6093258 100644 --- a/struct/hash.3 +++ b/struct/hash.3 @@ -42,7 +42,7 @@ hash \- low-level hashtable implementation .BI "void hash_destroy(hash_table *" t ); .BI "hash_base **hash_bin(hash_table *" t ", uint32 " hash ); .BI "int hash_extend(hash_table *" t ); -.BI "void hash_remove(hash_table *" t ", hash_base * " b ); +.BI "void hash_remove(hash_table *" t ", hash_base *" b ); .BI "void hash_mkiter(hash_iter *" i ", hash_table *" t ); .BI "hash_base *hash_next(hash_iter *" i );