summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-27 14:54:25 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-27 14:54:25 (GMT)
commit282290f821a5ec69d7ab6d9bc531a7936f8f6adf (patch)
tree8d9d4a2330e9c2b6b870a8e8d59de52311ac7aeb
parent09dcff793f0f799a818e288871c7553692d5fbd3 (diff)
downloadcpython-282290f821a5ec69d7ab6d9bc531a7936f8f6adf.zip
cpython-282290f821a5ec69d7ab6d9bc531a7936f8f6adf.tar.gz
cpython-282290f821a5ec69d7ab6d9bc531a7936f8f6adf.tar.bz2
Referred to POSIX docs as well as to Unix docs.
-rw-r--r--Doc/lib/libposix.tex6
-rw-r--r--Doc/libposix.tex6
2 files changed, 6 insertions, 6 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex
index 97756c7..a32953d 100644
--- a/Doc/lib/libposix.tex
+++ b/Doc/lib/libposix.tex
@@ -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
diff --git a/Doc/libposix.tex b/Doc/libposix.tex
index 97756c7..a32953d 100644
--- a/Doc/libposix.tex
+++ b/Doc/libposix.tex
@@ -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