]> granicus.if.org Git - python/commitdiff
Remove "_" from the P_* symbols used with the spawn*() functions.
authorFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 19:40:19 +0000 (19:40 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Feb 1999 19:40:19 +0000 (19:40 +0000)
Doc/lib/libos.tex

index 7df36746afb20034fa26bdabd084b503c6d32600..a794fa723ec638c1546d5efc23a71871be021142 100644 (file)
@@ -674,11 +674,11 @@ Availability: Windows.
 \versionadded{1.5.2}
 \end{funcdesc}
 
-\begin{datadesc}{_P_WAIT}
-\dataline{_P_NOWAIT}
-\dataline{_P_NOWAITO}
-\dataline{_P_OVERLAY}
-\dataline{_P_DETACH}
+\begin{datadesc}{P_WAIT}
+\dataline{P_NOWAIT}
+\dataline{P_NOWAITO}
+\dataline{P_OVERLAY}
+\dataline{P_DETACH}
 Possible values for the \var{mode} parameter to \function{spawnv()}
 and \function{spawnve()}.
 Availability: Windows.