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 390e72b commit d29d9e8Copy full SHA for d29d9e8
signals.tex
@@ -120,7 +120,7 @@
120
though. \item Sending a signal to another process:
121
\begin{itemize}
122
\item Linux, Solaris: RUID or EUID of the process that sent the signal must
123
- match the real UID or saved UID of the target process.
+ match the RUID or saved UID of the target process.
124
\item FreeBSD: EUID of the processes must match
125
\end{itemize}
126
\item Example: \example{signals/killing-myself.c}
0 commit comments