Commit c4c0bc39 authored by Tim Peters's avatar Tim Peters

s/it/if/ in descriptions of spawn mode argument.

parent 60cd819c
......@@ -1014,7 +1014,7 @@ functions are described in section \ref{os-newstreams}.
\funcline{spawnvpe}{mode, file, args, env}
Execute the program \var{path} in a new process. If \var{mode} is
\constant{P_NOWAIT}, this function returns the process ID of the new
process; it \var{mode} is \constant{P_WAIT}, returns the process's
process; if \var{mode} is \constant{P_WAIT}, returns the process's
exit code if it exits normally, or \code{-\var{signal}}, where
\var{signal} is the signal that killed the process.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment