summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liberrno.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-18 15:05:47 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-18 15:05:47 (GMT)
commitddf03bf8e1c4622af95d474a966d4304ee6bb98e (patch)
tree6a1b255a67d92df1e3227eb27bab68111c7aa85a /Doc/lib/liberrno.tex
parent9acafa8bb54c42eaa1ec252511eb7720ca4c268c (diff)
downloadcpython-ddf03bf8e1c4622af95d474a966d4304ee6bb98e.zip
cpython-ddf03bf8e1c4622af95d474a966d4304ee6bb98e.tar.gz
cpython-ddf03bf8e1c4622af95d474a966d4304ee6bb98e.tar.bz2
Added \label{} for logical addressing.
Logical markup.
Diffstat (limited to 'Doc/lib/liberrno.tex')
-rw-r--r--Doc/lib/liberrno.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/liberrno.tex b/Doc/lib/liberrno.tex
index cf5f854..507953d 100644
--- a/Doc/lib/liberrno.tex
+++ b/Doc/lib/liberrno.tex
@@ -1,4 +1,5 @@
\section{Standard Module \sectcode{errno}}
+\label{module-errno}
\stmodindex{errno}
\setindexsubitem{(in module errno)}
@@ -12,8 +13,8 @@ module.
The module also defines the dictionary variable \code{errorcode} which
maps numeric error codes back to their symbol names, so that e.g.
-\code{errno.errorcode[errno.EPERM] == 'EPERM'}. To translate a
-numeric error code to an error message, use \code{os.strerror()}.
+\samp{errno.errorcode[errno.EPERM] == 'EPERM'}. To translate a
+numeric error code to an error message, use \function{os.strerror()}.
Symbols available can include:
\begin{datadesc}{EPERM} Operation not permitted \end{datadesc}