Skip to content

Commit 837c177

Browse files
author
Vladimir Kotal
committed
make it valid of all exec syscalls
1 parent 204e1b8 commit 837c177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
int \funnm{execl}(const char *\emph{path}, const char *\emph{arg0}, ... );}
606606
]]])
607607
\begin{itemize}
608-
\item successful \funnm{execl} never returns as the new process (program) fully
608+
\item successful \funnm{exec} never returns as the new process (program) fully
609609
replaced the address space of the calling process
610610
\begin{itemize}
611611
\item ...the original place to return to no longer exists

0 commit comments

Comments
 (0)