Skip to content

Commit bd40230

Browse files
committed
remove extra whitespace
1 parent 9f5c765 commit bd40230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signals.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
]]])
116116
\begin{itemize}
117117
\item sends signal \emph{\texttt{sig}} to a process or a process group
118-
based on value of \emph{\texttt{pid}}:
118+
based on value of \emph{\texttt{pid}}:
119119
\begin{itemize}
120120
\item \texttt{> 0} \dots{} to process with \emph{\texttt{pid}}
121121
\item \texttt{== 0} \dots{} to all processes in the same group
122122
\item \texttt{== -1} \dots{} to all aside from system processes
123-
\item \texttt{< -1} \dots{} to processes in a group \texttt{abs(pid)}
123+
\item \texttt{< -1} \dots{} to processes in a group \texttt{abs(pid)}
124124
\end{itemize}
125125
\item \texttt{sig == 0} means the system only checks whether the process has
126126
enough privileges to send a signal without sending it

0 commit comments

Comments
 (0)