diff options
author | Guido van Rossum <guido@python.org> | 1995-04-10 11:34:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-10 11:34:00 (GMT) |
commit | 96628a90c47f15f357b31d665a4222d175e17b27 (patch) | |
tree | 74d6ef8384b587b2526d7c24adbf2f7d4e77bc93 /Doc/libposix.tex | |
parent | eae3f73b1c86fecfcb3d2b5599a5efd5ddf87306 (diff) | |
download | cpython-96628a90c47f15f357b31d665a4222d175e17b27.zip cpython-96628a90c47f15f357b31d665a4222d175e17b27.tar.gz cpython-96628a90c47f15f357b31d665a4222d175e17b27.tar.bz2 |
typos, layout and other small things
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r-- | Doc/libposix.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex index fa0b42d..71798a4 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -16,7 +16,8 @@ through the \code{os} interface. Once \code{os} is imported, there is \stmodindex{os} The descriptions below are very terse; refer to the -corresponding \UNIX{} manual entry for more information. +corresponding \UNIX{} manual 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 @@ -340,7 +341,7 @@ Wait for completion of a child process given by proces id, and return a tuple containing its pid and exit status indication (encoded as by \UNIX{}). The semantics of the call are affected by the value of the integer options, which should be 0 for normal operation. (If the -system does not support waitpid(), this always raises +system does not support \code{waitpid()}, this always raises \code{posix.error}. Not on MS-DOS.) \end{funcdesc} |