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 8233595 commit 9dc5423Copy full SHA for 9dc5423
proc.tex
@@ -540,7 +540,8 @@
540
\item The process which is not yet process group leader can both become session
541
leader and process group leader using \texttt{setsid}. If the process already is
542
process group leader, \texttt{setsid} will fail. To overcome this it is necessary
543
-to call \texttt{fork} and call \texttt{setsid} in the child process.
+to call \texttt{fork} and call \texttt{setsid} in the child process
544
+(and the parent will call \texttt{\_exit()}).
545
Such process does not have controlling terminal however it can acquire it by
546
opening a terminal which is not yet controlling terminal of a session when
547
\texttt{open} flags argument does not contain the \texttt{O\_NOCTTY} flag,
0 commit comments