Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c8e871

Browse files
committed
Fix the availability statement for the spawn*() functions to reflect the
actual availability on Windows. This fixes SF bug #495191.
1 parent 34a37b8 commit 8c8e871

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,9 @@ \subsection{Process Management \label{os-process}}
10601060
os.spawnvpe(os.P_WAIT, 'cp', L, os.environ)
10611061
\end{verbatim}
10621062

1063-
Availability: \UNIX, Windows. \function{spawnvp()} and
1064-
\function{spawnvpe()} are not available on Windows.
1063+
Availability: \UNIX, Windows. \function{spawnlp()},
1064+
\function{spawnlpe()}, \function{spawnvp()} and \function{spawnvpe()}
1065+
are not available on Windows.
10651066
\versionadded{1.6}
10661067
\end{funcdesc}
10671068

0 commit comments

Comments
 (0)