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 1e66828 commit 54bc0e3Copy full SHA for 54bc0e3
proc.tex
@@ -425,8 +425,8 @@
425
\item Example: \example{fork/fork.c}
426
\item \label{VFORK} There is also \texttt{vfork}, used in the past to work
427
around the problem that the child address space was usually rewritten on
428
-subsequent \texttt{exec}. This problem was solved via already mentioned
429
-copy-on-write mechanism. See \example{fork/vfork.c} on how it works.
+subsequent \texttt{exec}. This problem was partially solved via already
+mentioned copy-on-write mechanism. See \example{fork/vfork.c} on how it works.
430
\item The problems of \texttt{vfork} are largely solved by
431
\texttt{posix\_spawn}. See page \pageref{SPAWN}.
432
\end{itemize}
0 commit comments