Initial revision

This commit is contained in:
rschaten
2001-07-02 12:52:18 +00:00
commit 961448f7ce
61 changed files with 2500 additions and 0 deletions

16
tab_signale.tex Normal file
View File

@ -0,0 +1,16 @@
\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<65>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}