Skip to content

Commit

Permalink
Remove additional link text
Browse files Browse the repository at this point in the history
- remove hyperlink text from page
- keyword is linked already
  • Loading branch information
ekcom committed Sep 14, 2024
1 parent 4dcfeeb commit 45b0bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/processes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ \subsection{Advanced: Asynchronously Waiting}

\section{exec}

To make the child process execute another program, use one of the \href{http://man7.org/linux/man-pages/man3/exec.3.html}{\keyword{exec}} functions after forking.
To make the child process execute another program, use one of the \keyword{exec} functions after forking.
The \keyword{exec} set of functions replaces the process image with that of the specified program.
This means that any lines of code after the \keyword{exec} call are replaced with those of the executed program.
Any other work a program wants the child process to do should be done before the \keyword{exec} call.
Expand Down

0 comments on commit 45b0bd9

Please sign in to comment.