From: Guido van Rossum Date: Fri, 6 Feb 1998 15:18:05 +0000 (+0000) Subject: Add ref to errno module. X-Git-Tag: v1.5.1~855 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f499e09f94120fbc19a2c943587739bda3dbcc7d;p=thirdparty%2FPython%2Fcpython.git Add ref to errno module. --- diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index 131e6e0b7a44..803cbbcde18a 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 131e6e0b7a44..803cbbcde18a 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: