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 4529c3b commit 3601c2fCopy full SHA for 3601c2f
proc.tex
@@ -522,7 +522,7 @@
522
\item The process which is not yet process group leader can both become session
523
leader and process group leader using \texttt{setsid}. If the process already is
524
process group leader, \texttt{setsid} will fail. To overcome this it is necessary
525
-to call \texttt{fork} and call \texttt{setsid} in the son process.
+to call \texttt{fork} and call \texttt{setsid} in the child process.
526
Such process does not have controlling terminal however it can acquire it by
527
opening a terminal which is not yet controlling terminal of a session when
528
\texttt{open} flags argument does not contain the \texttt{O\_NOCTTY} flag,
0 commit comments