Skip to content

Commit 371d1e8

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 58cb4c4 commit 371d1e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proc.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,9 @@
576576

577577
\begin{itemize}
578578
\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{'/'}.
579+
The \texttt{PATH} environment variable is only used for \funnm{execlp} and
580+
\funnm{execvp} (see one of the slides that follow),
581+
provided \emph{path} does not contain \texttt{'/'}.
581582
\item All variants of these calls are commonly just called the \funnm{exec}
582583
call. It goes without saying that one of the variants is used but usually that
583584
is not important for the sake of a discussion.

0 commit comments

Comments
 (0)