From 08d301ec53e01bc70e8c88529223caa155a6c87e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 8 Oct 1996 21:54:06 +0000 Subject: [PATCH] (libwww.tex): Added entry for formatter module. --- Doc/lib/libwww.tex | 5 ++++- Doc/libwww.tex | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex index 009c79bc71..3317fb3174 100644 --- a/Doc/lib/libwww.tex +++ b/Doc/lib/libwww.tex @@ -37,11 +37,14 @@ scripts. location, path, parameters, query string, fragment identifier). \item[htmllib] ---- A (slow) parser for HTML files. +--- A (slow) parser for HTML documents. \item[sgmllib] --- Only as much of an SGML parser as needed to parse HTML. +\item[formatter] +--- Generic output formatter and device interface. + \item[rfc822] --- Parse RFC-822 style mail headers. diff --git a/Doc/libwww.tex b/Doc/libwww.tex index 009c79bc71..3317fb3174 100644 --- a/Doc/libwww.tex +++ b/Doc/libwww.tex @@ -37,11 +37,14 @@ scripts. location, path, parameters, query string, fragment identifier). \item[htmllib] ---- A (slow) parser for HTML files. +--- A (slow) parser for HTML documents. \item[sgmllib] --- Only as much of an SGML parser as needed to parse HTML. +\item[formatter] +--- Generic output formatter and device interface. + \item[rfc822] --- Parse RFC-822 style mail headers. -- 2.50.1