fork(2): comment about doubtful use of stdio and exit(3) in example
Add fflush(stdout) as the common idiom. Explain the need to use exit() but advise against it.
_Exit(3): document implementation
Differential D31425
Some clarifications for fork(2) and _Exit(3) man pages kib on Aug 5 2021, 4:08 PM. Authored by Tags None Referenced Files
Subscribers None
Details fork(2): comment about doubtful use of stdio and exit(3) in example _Exit(3): document implementation
Diff Detail
Event Timeline
Comment Actions Remove references to tmpfile, add notion about destructors registered with __cxa_atexit(3) |