chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
94f169d
)
Describe new `hash' module.
author
mdw
<mdw>
Mon, 2 Aug 1999 14:47:13 +0000
(14:47 +0000)
committer
mdw
<mdw>
Mon, 2 Aug 1999 14:47:13 +0000
(14:47 +0000)
man/mLib.3
patch
|
blob
|
blame
|
history
diff --git
a/man/mLib.3
b/man/mLib.3
index e467d263b9279eabe4cf7f4087b6dbc6f0a548fc..3d36213dac751b10a84283b6f0a2e1c3f308f7f7 100644
(file)
--- a/
man/mLib.3
+++ b/
man/mLib.3
@@
-104,9
+104,16
@@
verbosity levels. It needs improving to be able to cope with outputting
to the system log.
.SS "Other data types"
The
to the system log.
.SS "Other data types"
The
+.BR hash (3)
+module provides the basics for an extending hashtable implementation.
+Many different hashtable-based data structures can be constructed with
+little effort.
+.PP
+The
.BR sym (3)
.BR sym (3)
-module implements a rather good extending hash table. Keys and values can
-be arbitrary data.
+module implements a rather good general-purpose extending hash table.
+Keys and values can be arbitrary data. It is implemented using
+.BR hash (3).
.PP
The
.B dynarray
.PP
The
.B dynarray
@@
-213,6
+220,7
@@
mechanism.
.BR env (3),
.BR exc (3),
.BR fdflags (3),
.BR env (3),
.BR exc (3),
.BR fdflags (3),
+.BR hash (3),
.BR lbuf (3),
.BR lock (3),
.BR mdwopt (3),
.BR lbuf (3),
.BR lock (3),
.BR mdwopt (3),