Skip to content

Commit a2dd801

Browse files
author
Vladimir Kotal
committed
use standalone sleep
1 parent ae2438b commit a2dd801

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

signals.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,11 @@
285285
temporary files and file locks, etc. So, do not use \texttt{SIGKILL} right away
286286
only because "it's the simplest way to kill a process" as you might run in
287287
trouble.
288-
\item Example on using \texttt{SIGQUIT} on Solaris:
288+
\item Example on using \texttt{SIGQUIT} on Solaris (a standalone \texttt{sleep}
289+
program is used to avoid invoking shell built-in):
289290

290291
\begin{verbatim}
291-
$ sleep 10
292+
$ /usr/bin/sleep 10
292293
^\Quit (core dumped)
293294
$ mdb core
294295
Loading modules: [ libc.so.1 ld.so.1 ]

0 commit comments

Comments
 (0)