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 9f5c765 commit bd40230Copy full SHA for bd40230
signals.tex
@@ -115,12 +115,12 @@
115
]]])
116
\begin{itemize}
117
\item sends signal \emph{\texttt{sig}} to a process or a process group
118
-based on value of \emph{\texttt{pid}}:
+based on value of \emph{\texttt{pid}}:
119
120
\item \texttt{> 0} \dots{} to process with \emph{\texttt{pid}}
121
\item \texttt{== 0} \dots{} to all processes in the same group
122
\item \texttt{== -1} \dots{} to all aside from system processes
123
- \item \texttt{< -1} \dots{} to processes in a group \texttt{abs(pid)}
+ \item \texttt{< -1} \dots{} to processes in a group \texttt{abs(pid)}
124
\end{itemize}
125
\item \texttt{sig == 0} means the system only checks whether the process has
126
enough privileges to send a signal without sending it
0 commit comments