Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: clarify the use of
option.detached
This paragraph conveys that detached child processes do not stay running in the background in general. Instead clarify that this refers to the parent process exiting before the detached child process is complete. Reviewed-By: Trevor Norris <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> PR-URL: #3250
- Loading branch information