doc: clarify the use of `option.detached`
authorKyle Smith <kyle.r.smiff@gmail.com>
Wed, 7 Oct 2015 23:03:21 +0000 (16:03 -0700)
committerJames M Snell <jasnell@gmail.com>
Thu, 29 Oct 2015 15:38:40 +0000 (08:38 -0700)
commiteae714c3708c32c0ad1d4873a77a28ca8d83963b
treed4f09729f5610cb0e8b8bc42f2d9d92867bc8665
parent117fb47a16062e30dbac70e70c467d22c3e98fca
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 <trev.norris@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/3250
doc/api/child_process.markdown