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

Skip to content

Commit e1980ed

Browse files
committed
(lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib
chapter to better reflect the relationship between the modules.
1 parent 0eb8837 commit e1980ed

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
\input{libgopherlib}
140140
\input{libnntplib}
141141
\input{liburlparse}
142-
\input{libhtmllib}
143142
\input{libsgmllib}
143+
\input{libhtmllib}
144144
\input{libformatter}
145145
\input{librfc822}
146146
\input{libmimetools}

Doc/lib/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
\input{libgopherlib}
140140
\input{libnntplib}
141141
\input{liburlparse}
142-
\input{libhtmllib}
143142
\input{libsgmllib}
143+
\input{libhtmllib}
144144
\input{libformatter}
145145
\input{librfc822}
146146
\input{libmimetools}

Doc/lib/libwww.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ \chapter{Internet and WWW Services}
3636
--- Parse a URL string into a tuple (addressing scheme identifier, network
3737
location, path, parameters, query string, fragment identifier).
3838

39-
\item[htmllib]
40-
--- A (slow) parser for HTML documents.
41-
4239
\item[sgmllib]
4340
--- Only as much of an SGML parser as needed to parse HTML.
4441

42+
\item[htmllib]
43+
--- A (slow) parser for HTML documents.
44+
4545
\item[formatter]
4646
--- Generic output formatter and device interface.
4747

Doc/libwww.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ \chapter{Internet and WWW Services}
3636
--- Parse a URL string into a tuple (addressing scheme identifier, network
3737
location, path, parameters, query string, fragment identifier).
3838

39-
\item[htmllib]
40-
--- A (slow) parser for HTML documents.
41-
4239
\item[sgmllib]
4340
--- Only as much of an SGML parser as needed to parse HTML.
4441

42+
\item[htmllib]
43+
--- A (slow) parser for HTML documents.
44+
4545
\item[formatter]
4646
--- Generic output formatter and device interface.
4747

0 commit comments

Comments
 (0)