Add ref to errno module.

This commit is contained in:
Guido van Rossum 1998-02-06 15:18:05 +00:00
parent f1b3e89800
commit f499e09f94
2 changed files with 4 additions and 0 deletions

View File

@ -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:

View File

@ -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: