Skip to content

Commit 58cb4c4

Browse files
author
Vladimir Kotal
committed
fix wording/formatting
1 parent d4a4492 commit 58cb4c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proc.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,10 @@
496496
\item To get information about running processes programmatically is possible
497497
using non-standard API (e.g. the \texttt{libproc} library on Solaris built
498498
on top of the \texttt{procfs} filesystem that is mounted under \texttt{/proc}).
499-
\item Note that using \texttt{getppid} value to check if parent exited is not
500-
portable (commonly \texttt{init} has \texttt{pid} 1 however this is not true in
501-
many virtualized/containerized environments, e.g. in PID namespaces on Linux,
502-
Zones in Solaris).\\
499+
\item Note that using the value returned from \texttt{getppid} to check if
500+
parent exited is not portable (commonly \texttt{init} has \texttt{pid} 1 however
501+
this is not true in many virtualized/containerized environments, e.g. in
502+
\emph{PID namespaces} on Linux, Zones in Solaris).\\
503503
Example: \example{session/getppid.c}.
504504
\end{itemize}
505505

0 commit comments

Comments
 (0)