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

Skip to content

Commit 4b3f031

Browse files
committed
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama.
1 parent 6dc2aae commit 4b3f031

41 files changed

Lines changed: 154 additions & 80 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doc/lib/liballos.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ \chapter{Generic Operating System Services}
2020
\item[tempfile]
2121
--- Generate temporary file names.
2222

23+
\item[errno]
24+
--- Standard errno system symbols.
25+
2326
\end{description}

Doc/lib/libcgi.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ \subsection{Old classes}
168168

169169

170170
\subsection{Functions}
171+
\nodename{Functions in cgi module}
171172

172173
These are useful if you want more control, or if you want to employ
173174
some of the algorithms implemented in this module in other

Doc/lib/libcrypt.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ \section{Built-in module {\tt crypt}}
88
attempting to crack Unix passwords with a dictionary.
99
\index{crypt(3)}
1010

11+
\renewcommand{\indexsubitem}{(in module crypt)}
1112
\begin{funcdesc}{crypt}{word\, salt}
1213
\var{word} will usually be a user's password. \var{salt} is a
1314
2-character string which will be used to select one of 4096 variations

Doc/lib/libdbm.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\section{Built-in Module \sectcode{dbm}}
22
\bimodindex{dbm}
33

4-
The \code{dbm} module provides an interface to the {\UNIX}
4+
The \code{dbm} module provides an interface to the \UNIX{}
55
\code{(n)dbm} library. Dbm objects behave like mappings
66
(dictionaries), except that keys and values are always strings.
77
Printing a dbm object doesn't print the keys and values, and the

Doc/lib/libftplib.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ \subsection{FTP Objects}
136136

137137
\begin{funcdesc}{retrlines}{command\optional{\, callback}}
138138
Retrieve a file or directory listing in \ASCII{} transfer mode.
139-
var{command} should be an appropriate \samp{RETR} command (see
139+
\var{command} should be an appropriate \samp{RETR} command (see
140140
\code{retrbinary()} or a \samp{LIST} command (usually just the string
141141
\code{"LIST"}). The \var{callback} function is called for each line,
142142
with the trailing CRLF stripped. The default \var{callback} prints
@@ -160,14 +160,14 @@ \subsection{FTP Objects}
160160

161161
\begin{funcdesc}{nlst}{argument\optional{\, \ldots}}
162162
Return a list of files as returned by the \samp{NLST} command. The
163-
optional var{argument} is a directory to list (default is the current
163+
optional \var{argument} is a directory to list (default is the current
164164
server directory). Multiple arguments can be used to pass
165165
non-standard options to the \samp{NLST} command.
166166
\end{funcdesc}
167167

168168
\begin{funcdesc}{dir}{argument\optional{\, \ldots}}
169169
Return a directory listing as returned by the \samp{LIST} command, as
170-
a list of lines. The optional var{argument} is a directory to list
170+
a list of lines. The optional \var{argument} is a directory to list
171171
(default is the current server directory). Multiple arguments can be
172172
used to pass non-standard options to the \samp{LIST} command. If the
173173
last argument is a function, it is used as a \var{callback} function

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ \section{Built-in Functions}
397397
arbitrary ways when reloaded.
398398

399399
If a module imports objects from another module using \code{from}
400-
{\ldots} \code{import} {\ldots}, calling \code{reload()} for the other
400+
\ldots{} \code{import} \ldots{}, calling \code{reload()} for the other
401401
module does not redefine the objects imported from it --- one way
402402
around this is to re-execute the \code{from} statement, another is to
403403
use \code{import} and qualified names (\var{module}.\var{name})

Doc/lib/libmimetools.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ \subsection{Additional Methods of Message objects}
7777
\end{funcdesc}
7878

7979
\begin{funcdesc}{gettype}{}
80-
Return the message type (of the form \samp{\var{type}/var{subtype}})
80+
Return the message type (of the form \samp{\var{type}/\var{subtype}})
8181
as specified in the \samp{Content-type} header. If no such header
8282
exists, return \code{"text/plain"}. The type is converted to lower
8383
case.

Doc/lib/libmm.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ \chapter{Multimedia Services}
2222
--- Read and write image files in ``SGI RGB'' format (the module is
2323
\emph{not} SGI specific though)!
2424

25+
\item[imghdr]
26+
--- Determine the type of image contained in a file or byte stream.
27+
2528
\end{description}

Doc/lib/libnntplib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ \subsection{NNTP Objects}
143143
\begin{funcdesc}{stat}{id}
144144
Send a \samp{STAT} command, where \var{id} is the message id (enclosed
145145
in \samp{<} and \samp{>}) or an article number (as a string).
146-
Return a triple \code{(var{response}, \var{number}, \var{id})} where
146+
Return a triple \code{(\var{response}, \var{number}, \var{id})} where
147147
\var{number} is the article number (as a string) and \var{id} is the
148148
article id (enclosed in \samp{<} and \samp{>}).
149149
\end{funcdesc}

Doc/lib/libparser.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ \subsection{AST Objects}
272272

273273

274274
\subsection{Examples}
275+
\nodename{AST Examples}
275276

276277
The parser modules allows operations to be performed on the parse tree
277278
of Python source code before the bytecode is generated, and provides

0 commit comments

Comments
 (0)