Skip to content

Commit d29d9e8

Browse files
committed
Typo fixed.
1 parent 390e72b commit d29d9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signals.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
though. \item Sending a signal to another process:
121121
\begin{itemize}
122122
\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.
123+
match the RUID or saved UID of the target process.
124124
\item FreeBSD: EUID of the processes must match
125125
\end{itemize}
126126
\item Example: \example{signals/killing-myself.c}

0 commit comments

Comments
 (0)