Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Nov 3, 2024
1 parent 435bb69 commit cbbde71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit cbbde71

Please sign in to comment.