diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-10 12:37:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-10 12:37:56 (GMT) |
commit | 1f89e2abcc6ce5be344eed8ec89ebe38b6d11e51 (patch) | |
tree | b4c1ccc8691533eaaf9b38fee19121a1616e958a /Doc | |
parent | b2cb37f2980df1efdb3b397a81164c980f5e7da6 (diff) | |
download | cpython-1f89e2abcc6ce5be344eed8ec89ebe38b6d11e51.zip cpython-1f89e2abcc6ce5be344eed8ec89ebe38b6d11e51.tar.gz cpython-1f89e2abcc6ce5be344eed8ec89ebe38b6d11e51.tar.bz2 |
Fix markup error that suppressed space.
Closes SF bug #554257. Not relevant to older releases.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index c956ab1..aafe7b1 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1193,7 +1193,7 @@ Availability: \UNIX. \end{funcdesc} \begin{funcdesc}{waitpid}{pid, options} -The details of this function differ on \UNIX and Windows. +The details of this function differ on \UNIX{} and Windows. On \UNIX: Wait for completion of a child process given by process id \var{pid}, |