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 c7cb692 commit b404145Copy full SHA for b404145
1 file changed
Doc/lib/libos.tex
@@ -1014,7 +1014,7 @@ \subsection{Process Management \label{os-process}}
1014
\funcline{spawnvpe}{mode, file, args, env}
1015
Execute the program \var{path} in a new process. If \var{mode} is
1016
\constant{P_NOWAIT}, this function returns the process ID of the new
1017
-process; it \var{mode} is \constant{P_WAIT}, returns the process's
+process; if \var{mode} is \constant{P_WAIT}, returns the process's
1018
exit code if it exits normally, or \code{-\var{signal}}, where
1019
\var{signal} is the signal that killed the process.
1020
0 commit comments