diff options
author | Guido van Rossum <guido@python.org> | 1998-02-06 15:18:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-06 15:18:05 (GMT) |
commit | f499e09f94120fbc19a2c943587739bda3dbcc7d (patch) | |
tree | c3ac2a48fce91294d11fdc5bf0178ca5d722bf73 /Doc | |
parent | f1b3e89800f32dd17906202c28fccaee35afcfbc (diff) | |
download | cpython-f499e09f94120fbc19a2c943587739bda3dbcc7d.zip cpython-f499e09f94120fbc19a2c943587739bda3dbcc7d.tar.gz cpython-f499e09f94120fbc19a2c943587739bda3dbcc7d.tar.bz2 |
Add ref to errno module.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libposix.tex | 2 | ||||
-rw-r--r-- | Doc/libposix.tex | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 131e6e0..803cbbc 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -58,6 +58,8 @@ string value is \code{'posix.error'}. The accompanying value is a pair containing the numeric error code from \code{errno} and the corresponding string, as would be printed by the C function \code{perror()}. +See the module \module{errno}\refbimodindex{errno}, which contains +names for the error codes defined by the underlying operating system. \end{excdesc} It defines the following functions and constants: diff --git a/Doc/libposix.tex b/Doc/libposix.tex index 131e6e0..803cbbc 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -58,6 +58,8 @@ string value is \code{'posix.error'}. The accompanying value is a pair containing the numeric error code from \code{errno} and the corresponding string, as would be printed by the C function \code{perror()}. +See the module \module{errno}\refbimodindex{errno}, which contains +names for the error codes defined by the underlying operating system. \end{excdesc} It defines the following functions and constants: |