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

Skip to content

Commit 12d9fc9

Browse files
committed
Use shorter labels; using long labels creates problems on the Macintosh.
(Thanks, Just!)
1 parent 95638f5 commit 12d9fc9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libcgi.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ \section{Standard Module \module{cgi}}
1515
written in Python.
1616

1717
\subsection{Introduction}
18-
\nodename{Introduction to the CGI module}
18+
\nodename{cgi-intro}
1919

2020
A CGI script is invoked by an HTTP server, usually to process user
2121
input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element.

Doc/lib/libxdrlib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ \subsection{Unpacker Objects}
206206

207207

208208
\subsection{Exceptions}
209-
\nodename{Exceptions in xdrlib module}
209+
\nodename{xdr-exceptions}
210210

211211
Exceptions in this module are coded as class instances:
212212

Doc/libcgi.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ \section{Standard Module \module{cgi}}
1515
written in Python.
1616

1717
\subsection{Introduction}
18-
\nodename{Introduction to the CGI module}
18+
\nodename{cgi-intro}
1919

2020
A CGI script is invoked by an HTTP server, usually to process user
2121
input submitted through an HTML \code{<FORM>} or \code{<ISINPUT>} element.

Doc/libxdrlib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ \subsection{Unpacker Objects}
206206

207207

208208
\subsection{Exceptions}
209-
\nodename{Exceptions in xdrlib module}
209+
\nodename{xdr-exceptions}
210210

211211
Exceptions in this module are coded as class instances:
212212

0 commit comments

Comments
 (0)