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

Skip to content

Commit 356818e

Browse files
committed
Fixed index references to modules.
1 parent 8274f32 commit 356818e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libsgmllib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ \section{Standard Module \sectcode{sgmllib}}
88
Mark-up Language). In fact, it does not provide a full SGML parser
99
--- it only parses SGML insofar as it is used by HTML, and the module
1010
only exists as a base for the \code{htmllib} module.
11-
\stmodindex{htmllib}
11+
\refstmodindex{htmllib}
1212

1313
In particular, the parser is hardcoded to recognize the following
1414
constructs:

Doc/libsgmllib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ \section{Standard Module \sectcode{sgmllib}}
88
Mark-up Language). In fact, it does not provide a full SGML parser
99
--- it only parses SGML insofar as it is used by HTML, and the module
1010
only exists as a base for the \code{htmllib} module.
11-
\stmodindex{htmllib}
11+
\refstmodindex{htmllib}
1212

1313
In particular, the parser is hardcoded to recognize the following
1414
constructs:

0 commit comments

Comments
 (0)