]> granicus.if.org Git - python/commitdiff
Add ref to errno module.
authorGuido van Rossum <guido@python.org>
Fri, 6 Feb 1998 15:18:05 +0000 (15:18 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 6 Feb 1998 15:18:05 +0000 (15:18 +0000)
Doc/lib/libposix.tex
Doc/libposix.tex

index 131e6e0b7a4476459dfdddc7726b5c9f692d0758..803cbbcde18ad5bf89256311fc4e0f990a60644c 100644 (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:
index 131e6e0b7a4476459dfdddc7726b5c9f692d0758..803cbbcde18ad5bf89256311fc4e0f990a60644c 100644 (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: