From 53e76188bd5fdc56afd5df70d4c0b2ddf330b9d7 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 22 Oct 1999 22:44:13 +0000 Subject: [PATCH] Describe new manual pages. --- man/mLib.3 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/man/mLib.3 b/man/mLib.3 index 28fd020..cb5ee4a 100644 --- a/man/mLib.3 +++ b/man/mLib.3 @@ -97,11 +97,10 @@ and which the author uses rather a lot. .PP The -.B trace -module (not yet documented) -provides an interface for emitting tracing information with configurable -verbosity levels. It needs improving to be able to cope with outputting -to the system log. +.BR trace (3) +module provides an interface for emitting tracing information with +configurable verbosity levels. It needs improving to be able to cope +with outputting to the system log. .SS "Other data types" The .BR hash (3) @@ -116,9 +115,9 @@ Keys and values can be arbitrary data. It is implemented using .BR hash (3). .PP The -.B dynarray -module (not yet documented) implements unbounded sparse arrays. It -needs rewriting. +.BR darray (3) +module implements dynamically resizing arrays which support Perl-like +stack operations efficiently. .SS "Miscellaneous utilities" The .BR crc32 (3) @@ -224,6 +223,7 @@ module does background hostname and address resolution. .BR bres (3), .BR conn (3), .BR crc32 (3), +.BR darray (3), .BR dspool (3), .BR dstr (3), .BR env (3), @@ -242,6 +242,7 @@ module does background hostname and address resolution. .BR str (3), .BR sub (3), .BR sym (3), +.BR trace (3), .BR tv (3), .BR url (3). .SH AUTHOR -- 2.11.0