Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a37b8 commit 8c8e871Copy full SHA for 8c8e871
1 file changed
Doc/lib/libos.tex
@@ -1060,8 +1060,9 @@ \subsection{Process Management \label{os-process}}
1060
os.spawnvpe(os.P_WAIT, 'cp', L, os.environ)
1061
\end{verbatim}
1062
1063
-Availability: \UNIX, Windows. \function{spawnvp()} and
1064
-\function{spawnvpe()} are not available on Windows.
+Availability: \UNIX, Windows. \function{spawnlp()},
+\function{spawnlpe()}, \function{spawnvp()} and \function{spawnvpe()}
1065
+are not available on Windows.
1066
\versionadded{1.6}
1067
\end{funcdesc}
1068
0 commit comments