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 58cb4c4 commit 371d1e8Copy full SHA for 371d1e8
proc.tex
@@ -576,8 +576,9 @@
576
577
\begin{itemize}
578
\item \emph{path} must be an absolute or relative path to the executable file.
579
-\texttt{PATH} is only used for \funnm{execlp} a \funnm{execvp} (see the one of
580
-the slides that follow), if \emph{path} does not contain \texttt{'/'}.
+The \texttt{PATH} environment variable is only used for \funnm{execlp} and
+\funnm{execvp} (see one of the slides that follow),
581
+provided \emph{path} does not contain \texttt{'/'}.
582
\item All variants of these calls are commonly just called the \funnm{exec}
583
call. It goes without saying that one of the variants is used but usually that
584
is not important for the sake of a discussion.
0 commit comments