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 ae2438b commit a2dd801Copy full SHA for a2dd801
signals.tex
@@ -285,10 +285,11 @@
285
temporary files and file locks, etc. So, do not use \texttt{SIGKILL} right away
286
only because "it's the simplest way to kill a process" as you might run in
287
trouble.
288
-\item Example on using \texttt{SIGQUIT} on Solaris:
+\item Example on using \texttt{SIGQUIT} on Solaris (a standalone \texttt{sleep}
289
+program is used to avoid invoking shell built-in):
290
291
\begin{verbatim}
-$ sleep 10
292
+$ /usr/bin/sleep 10
293
^\Quit (core dumped)
294
$ mdb core
295
Loading modules: [ libc.so.1 ld.so.1 ]
0 commit comments