Skip to content

Commit 3601c2f

Browse files
author
Vladimir Kotal
committed
child
1 parent 4529c3b commit 3601c2f

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
@@ -522,7 +522,7 @@
522522
\item The process which is not yet process group leader can both become session
523523
leader and process group leader using \texttt{setsid}. If the process already is
524524
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.
525+
to call \texttt{fork} and call \texttt{setsid} in the child process.
526526
Such process does not have controlling terminal however it can acquire it by
527527
opening a terminal which is not yet controlling terminal of a session when
528528
\texttt{open} flags argument does not contain the \texttt{O\_NOCTTY} flag,

0 commit comments

Comments
 (0)