From 3fecac475569647cb4818e278199ec122ca50b88 Mon Sep 17 00:00:00 2001 Message-Id: <3fecac475569647cb4818e278199ec122ca50b88.1714467897.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 26 Jul 1999 23:19:27 +0000 Subject: [PATCH] Add references to new pages. Organization: Straylight/Edgeware From: mdw --- man/mLib.3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/man/mLib.3 b/man/mLib.3 index ba309f9..43a95a2 100644 --- a/man/mLib.3 +++ b/man/mLib.3 @@ -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), -- [mdw]