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 ae0f292 commit 7a62128Copy full SHA for 7a62128
1 file changed
Doc/lib/libos.tex
@@ -694,7 +694,8 @@ \subsection{Process Management \label{os-process}}
694
same limitations. Changes to \code{posix.environ}, \code{sys.stdin},
695
etc.\ are not reflected in the environment of the executed command.
696
The return value is the exit status of the process encoded in the
697
-format specified for \function{wait()}.
+format specified for \function{wait()}, except on Windows 95 and 98,
698
+where it is always \code{0}.
699
Availability: \UNIX{}, Windows.
700
\end{funcdesc}
701
0 commit comments