]> granicus.if.org Git - python/commitdiff
Added \label{} for logical addressing.
authorFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:47:17 +0000 (15:47 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:47:17 +0000 (15:47 +0000)
Doc/lib/libundoc.tex
Doc/lib/libunix.tex
Doc/lib/libwww.tex
Doc/libundoc.tex
Doc/libunix.tex
Doc/libwww.tex

index 8a6f0d9432a501f979b5caaf73860777902e9198..fcb2c05aab087137ccb1b750b144f3a5003b389d 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Undocumented Modules}
+\label{undoc}
 
 Here's a quick listing of modules that are currently undocumented, but
 that should be documented.  Feel free to contribute documentation for
index 26628c891f6947d132d2b0a40fc3654c670185a6..c836515f38c764c55fe51fd5fe9ac8ad15aeac8c 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Unix Specific Services}
+\label{unix}
 
 The modules described in this chapter provide interfaces to features
 that are unique to the \UNIX{} operating system, or in some cases to
@@ -7,19 +8,20 @@ some or many variants of it.  Here's an overview:
 \begin{description}
 
 \item[posix]
---- The most common \POSIX{} system calls (normally used via module \code{os}).
+--- The most common \POSIX{} system calls (normally used via module
+\module{os}).
 
 \item[posixpath]
 --- Common \POSIX{} pathname manipulations (normally used via \code{os.path}).
 
 \item[pwd]
---- The password database (\code{getpwnam()} and friends).
+--- The password database (\function{getpwnam()} and friends).
 
 \item[grp]
---- The group database (\code{getgrnam()} and friends).
+--- The group database (\function{getgrnam()} and friends).
 
 \item[crypt]
---- The \code{crypt()} function used to check \UNIX{} passwords.
+--- The \cfunction{crypt()} function used to check \UNIX{} passwords.
 
 \item[dbm]
 --- The standard ``database'' interface, based on \code{ndbm}.
@@ -31,10 +33,10 @@ some or many variants of it.  Here's an overview:
 --- \POSIX{} style tty control.
 
 \item[TERMIOS]
---- The symbolic constants required to use the \code{termios} module.
+--- The symbolic constants required to use the \module{termios} module.
 
 \item[fcntl]
---- The \code{fcntl()} and \code{ioctl()} system calls.
+--- The \function{fcntl()} and \function{ioctl()} system calls.
 
 \item[posixfile]
 --- A file-like object with support for locking.
@@ -48,9 +50,9 @@ process.
 
 \item[stat]
 --- Constants and functions for interpreting the results of
-\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}.
+\function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.
 
 \item[commands]
---- Wrapper functions for \code{os.popen()}.
+--- Wrapper functions for \function{os.popen()}.
 
 \end{description}
index 8b85d38d0f8ed8c952a590544f7009e926f17d75..89799f622b98f8bf6595098dc8ea86ed92ed43e1 100644 (file)
@@ -1,5 +1,6 @@
 \chapter{Internet and WWW Services}
 \nodename{Internet and WWW}
+\label{www}
 \index{WWW}
 \index{Internet}
 \index{World-Wide Web}
index 8a6f0d9432a501f979b5caaf73860777902e9198..fcb2c05aab087137ccb1b750b144f3a5003b389d 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Undocumented Modules}
+\label{undoc}
 
 Here's a quick listing of modules that are currently undocumented, but
 that should be documented.  Feel free to contribute documentation for
index 26628c891f6947d132d2b0a40fc3654c670185a6..c836515f38c764c55fe51fd5fe9ac8ad15aeac8c 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Unix Specific Services}
+\label{unix}
 
 The modules described in this chapter provide interfaces to features
 that are unique to the \UNIX{} operating system, or in some cases to
@@ -7,19 +8,20 @@ some or many variants of it.  Here's an overview:
 \begin{description}
 
 \item[posix]
---- The most common \POSIX{} system calls (normally used via module \code{os}).
+--- The most common \POSIX{} system calls (normally used via module
+\module{os}).
 
 \item[posixpath]
 --- Common \POSIX{} pathname manipulations (normally used via \code{os.path}).
 
 \item[pwd]
---- The password database (\code{getpwnam()} and friends).
+--- The password database (\function{getpwnam()} and friends).
 
 \item[grp]
---- The group database (\code{getgrnam()} and friends).
+--- The group database (\function{getgrnam()} and friends).
 
 \item[crypt]
---- The \code{crypt()} function used to check \UNIX{} passwords.
+--- The \cfunction{crypt()} function used to check \UNIX{} passwords.
 
 \item[dbm]
 --- The standard ``database'' interface, based on \code{ndbm}.
@@ -31,10 +33,10 @@ some or many variants of it.  Here's an overview:
 --- \POSIX{} style tty control.
 
 \item[TERMIOS]
---- The symbolic constants required to use the \code{termios} module.
+--- The symbolic constants required to use the \module{termios} module.
 
 \item[fcntl]
---- The \code{fcntl()} and \code{ioctl()} system calls.
+--- The \function{fcntl()} and \function{ioctl()} system calls.
 
 \item[posixfile]
 --- A file-like object with support for locking.
@@ -48,9 +50,9 @@ process.
 
 \item[stat]
 --- Constants and functions for interpreting the results of
-\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}.
+\function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.
 
 \item[commands]
---- Wrapper functions for \code{os.popen()}.
+--- Wrapper functions for \function{os.popen()}.
 
 \end{description}
index 8b85d38d0f8ed8c952a590544f7009e926f17d75..89799f622b98f8bf6595098dc8ea86ed92ed43e1 100644 (file)
@@ -1,5 +1,6 @@
 \chapter{Internet and WWW Services}
 \nodename{Internet and WWW}
+\label{www}
 \index{WWW}
 \index{Internet}
 \index{World-Wide Web}