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 fa3e3a4 commit 62a5352Copy full SHA for 62a5352
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 SUID of the target process.
+ match the real UID 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