]> granicus.if.org Git - python/commitdiff
Referred to POSIX docs as well as to Unix docs.
authorGuido van Rossum <guido@python.org>
Wed, 27 Aug 1997 14:54:25 +0000 (14:54 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 27 Aug 1997 14:54:25 +0000 (14:54 +0000)
Doc/lib/libposix.tex
Doc/libposix.tex

index 97756c7da8bacdbf866b5a28f1c1592e8d3da412..a32953dfbd8c214e39a5d950f2681db63dba68bc 100644 (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
index 97756c7da8bacdbf866b5a28f1c1592e8d3da412..a32953dfbd8c214e39a5d950f2681db63dba68bc 100644 (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