Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08d301e

Browse files
committed
(libwww.tex): Added entry for formatter module.
1 parent e83b30d commit 08d301e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Doc/lib/libwww.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ \chapter{Internet and WWW Services}
3737
location, path, parameters, query string, fragment identifier).
3838

3939
\item[htmllib]
40-
--- A (slow) parser for HTML files.
40+
--- A (slow) parser for HTML documents.
4141

4242
\item[sgmllib]
4343
--- Only as much of an SGML parser as needed to parse HTML.
4444

45+
\item[formatter]
46+
--- Generic output formatter and device interface.
47+
4548
\item[rfc822]
4649
--- Parse RFC-822 style mail headers.
4750

Doc/libwww.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ \chapter{Internet and WWW Services}
3737
location, path, parameters, query string, fragment identifier).
3838

3939
\item[htmllib]
40-
--- A (slow) parser for HTML files.
40+
--- A (slow) parser for HTML documents.
4141

4242
\item[sgmllib]
4343
--- Only as much of an SGML parser as needed to parse HTML.
4444

45+
\item[formatter]
46+
--- Generic output formatter and device interface.
47+
4548
\item[rfc822]
4649
--- Parse RFC-822 style mail headers.
4750

0 commit comments

Comments
 (0)