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 cbbde71 commit d14a83bCopy full SHA for d14a83b
proc.tex
@@ -501,9 +501,9 @@
501
using non-standard API (e.g. the \texttt{libproc} library on Solaris built
502
on top of the \texttt{procfs} filesystem that is mounted under \texttt{/proc}).
503
\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).\\
+the parent exited is not portable (commonly \texttt{init} has
+\texttt{pid} 1 however this is not true in many virtualized/containerized
+environments, e.g. in \emph{PID namespaces} on Linux, Zones in Solaris).\\
507
Example: \example{session/getppid.c}.
508
\end{itemize}
509
0 commit comments