From cbbde71268bd944f47998c3bf67276612fcd5b5d Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 3 Nov 2024 17:50:31 +0100 Subject: [PATCH] fix wording --- proc.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.tex b/proc.tex index ca13c11..0297f32 100644 --- a/proc.tex +++ b/proc.tex @@ -487,7 +487,7 @@ \texttt{read a}. On the next shell prompt, you will be notified by the shell that the process was stopped (you can set your shell to notify you about such events asynchronously -- if you know what you are doing). The process was -actually stopped by signal \texttt{SIGTTIN}. How to verify that? Run +actually stopped by the \texttt{SIGTTIN} signal. How to verify that? Run \texttt{strace -o output ./the-script \&} and check the output file. \item[parent process:] Each process (besides \texttt{swapper},