chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8128dcd
)
struct/hash.3: Zap spurious space before pointer argument name.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 May 2023 23:09:37 +0000
(
00:09
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 May 2023 23:10:03 +0000
(
00:10
+0100)
struct/hash.3
patch
|
blob
|
blame
|
history
diff --git
a/struct/hash.3
b/struct/hash.3
index 5869d893752d903e4eb2c2a6345cda0a1f9045f1..60932584c6bc122ecb4599bbccf0ea3352938fbe 100644
(file)
--- 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 );