Add references to new pages.
authormdw <mdw>
Mon, 26 Jul 1999 23:19:27 +0000 (23:19 +0000)
committermdw <mdw>
Mon, 26 Jul 1999 23:19:27 +0000 (23:19 +0000)
man/mLib.3

index ba309f9..43a95a2 100644 (file)
@@ -125,6 +125,16 @@ module does POSIX
 locking with a timeout.
 .PP
 The
+.B env
+module manipulates environment variables stored in a hashtable, and
+converts between the hashtable and the standard array representation of
+a process environment.
+.PP
+The
+.B fdflags
+module manipulates file descriptor flags in a fairly painless way.
+.PP
+The
 .B lbuf
 module implements a `line buffer', which is an object that emits
 completed lines of text from an incoming asynchronous data stream.  It's
@@ -193,7 +203,9 @@ useful when reading text from a network connection.
 .BR crc32 (3),
 .BR dspool (3),
 .BR dstr (3),
+.BR env (3),
 .BR exc (3),
+.BR fdflags (3),
 .BR lbuf (3),
 .BR lock (3),
 .BR mdwopt (3),