Skip to content

Commit cbbde71

Browse files
committedNov 3, 2024
fix wording
1 parent 435bb69 commit cbbde71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
\texttt{read a}. On the next shell prompt, you will be notified by the shell
488488
that the process was stopped (you can set your shell to notify you about such
489489
events asynchronously -- if you know what you are doing). The process was
490-
actually stopped by signal \texttt{SIGTTIN}. How to verify that? Run
490+
actually stopped by the \texttt{SIGTTIN} signal. How to verify that? Run
491491
\texttt{strace -o output ./the-script \&} and check the output file.
492492

493493
\item[parent process:] Each process (besides \texttt{swapper},

0 commit comments

Comments
 (0)