Referred to POSIX docs as well as to Unix docs.

This commit is contained in:
Guido van Rossum 1997-08-27 14:54:25 +00:00
parent 09dcff793f
commit 282290f821
2 changed files with 6 additions and 6 deletions

View file

@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()}
when an entry is \code{os.environ} is changed.
\stmodindex{os}
The descriptions below are very terse; refer to the
corresponding \UNIX{} manual entry for more information. Arguments
called \var{path} refer to a pathname given as a string.
The descriptions below are very terse; refer to the corresponding
\UNIX{} manual (or POSIX documentation) entry for more information.
Arguments called \var{path} refer to a pathname given as a string.
Errors are reported as exceptions; the usual exceptions are given
for type errors, while errors reported by the system calls raise

View file

@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()}
when an entry is \code{os.environ} is changed.
\stmodindex{os}
The descriptions below are very terse; refer to the
corresponding \UNIX{} manual entry for more information. Arguments
called \var{path} refer to a pathname given as a string.
The descriptions below are very terse; refer to the corresponding
\UNIX{} manual (or POSIX documentation) entry for more information.
Arguments called \var{path} refer to a pathname given as a string.
Errors are reported as exceptions; the usual exceptions are given
for type errors, while errors reported by the system calls raise