From 1f89e2abcc6ce5be344eed8ec89ebe38b6d11e51 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 10 May 2002 12:37:56 +0000 Subject: Fix markup error that suppressed space. Closes SF bug #554257. Not relevant to older releases. --- Doc/lib/libos.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- cgit v0.12