Skip to content

Commit d14a83b

Browse files
committed
improve wording
1 parent cbbde71 commit d14a83b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proc.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,9 @@
501501
using non-standard API (e.g. the \texttt{libproc} library on Solaris built
502502
on top of the \texttt{procfs} filesystem that is mounted under \texttt{/proc}).
503503
\item Note that using the value returned from \texttt{getppid} to check if
504-
parent exited is not portable (commonly \texttt{init} has \texttt{pid} 1 however
505-
this is not true in many virtualized/containerized environments, e.g. in
506-
\emph{PID namespaces} on Linux, Zones in Solaris).\\
504+
the parent exited is not portable (commonly \texttt{init} has
505+
\texttt{pid} 1 however this is not true in many virtualized/containerized
506+
environments, e.g. in \emph{PID namespaces} on Linux, Zones in Solaris).\\
507507
Example: \example{session/getppid.c}.
508508
\end{itemize}
509509

0 commit comments

Comments
 (0)