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

Skip to content

Commit b404145

Browse files
committed
s/it/if/ in descriptions of spawn mode argument.
1 parent c7cb692 commit b404145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ \subsection{Process Management \label{os-process}}
10141014
\funcline{spawnvpe}{mode, file, args, env}
10151015
Execute the program \var{path} in a new process. If \var{mode} is
10161016
\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
1017+
process; if \var{mode} is \constant{P_WAIT}, returns the process's
10181018
exit code if it exits normally, or \code{-\var{signal}}, where
10191019
\var{signal} is the signal that killed the process.
10201020

0 commit comments

Comments
 (0)