Commit ee7acbca authored by Guido van Rossum's avatar Guido van Rossum

Referred to POSIX docs as well as to Unix docs.

parent bd58d404
...@@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()} ...@@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()}
when an entry is \code{os.environ} is changed. when an entry is \code{os.environ} is changed.
\stmodindex{os} \stmodindex{os}
The descriptions below are very terse; refer to the The descriptions below are very terse; refer to the corresponding
corresponding \UNIX{} manual entry for more information. Arguments \UNIX{} manual (or POSIX documentation) entry for more information.
called \var{path} refer to a pathname given as a string. Arguments called \var{path} refer to a pathname given as a string.
Errors are reported as exceptions; the usual exceptions are given Errors are reported as exceptions; the usual exceptions are given
for type errors, while errors reported by the system calls raise for type errors, while errors reported by the system calls raise
......
...@@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()} ...@@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()}
when an entry is \code{os.environ} is changed. when an entry is \code{os.environ} is changed.
\stmodindex{os} \stmodindex{os}
The descriptions below are very terse; refer to the The descriptions below are very terse; refer to the corresponding
corresponding \UNIX{} manual entry for more information. Arguments \UNIX{} manual (or POSIX documentation) entry for more information.
called \var{path} refer to a pathname given as a string. Arguments called \var{path} refer to a pathname given as a string.
Errors are reported as exceptions; the usual exceptions are given Errors are reported as exceptions; the usual exceptions are given
for type errors, while errors reported by the system calls raise for type errors, while errors reported by the system calls raise
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment