17 lines
571 B
TeX
17 lines
571 B
TeX
\begin{longtable}{|l|l|X|}
|
|
% KILLED & LINE!!!! \kill
|
|
\hline
|
|
Nummer & Name & Bedeutung \\
|
|
\hline
|
|
% \endfirsthead
|
|
\endhead
|
|
\hline
|
|
\endfoot
|
|
% \endlastfoot
|
|
|
|
0 & Normal Exit & Wird durch das \texttt{exit}\index{exit=\texttt{exit}}-Kommando ausgelöst. \tabularnewline\STRUT
|
|
1 & SIGHUP & Wenn die Verbindung abbricht (z. B. wenn das Terminal geschlossen wird). \tabularnewline\STRUT
|
|
2 & SIGINT & Zeigt einen Interrupt an (\Ovalbox{CTRL}-\Ovalbox{C}). \tabularnewline\STRUT
|
|
15 & SIGTERM & Wird vom \texttt{kill}\index{kill=\texttt{kill}}-Kommando gesendet.
|
|
\end{longtable}
|