Skip to content

Commit 54bc0e3

Browse files
author
Vladimir Kotal
committed
adjust wording
1 parent 1e66828 commit 54bc0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@
425425
\item Example: \example{fork/fork.c}
426426
\item \label{VFORK} There is also \texttt{vfork}, used in the past to work
427427
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.
428+
subsequent \texttt{exec}. This problem was partially solved via already
429+
mentioned copy-on-write mechanism. See \example{fork/vfork.c} on how it works.
430430
\item The problems of \texttt{vfork} are largely solved by
431431
\texttt{posix\_spawn}. See page \pageref{SPAWN}.
432432
\end{itemize}

0 commit comments

Comments
 (0)