doc: fix child_process heading depth

Addition of the Sync/Async headers didn't indent all the sub-headers.

Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: https://github.com/iojs/io.js/pull/1038
pull/1046/head
Sam Roberts 2015-03-02 21:10:19 -08:00
parent fd3ea29902
commit 9741291fe9
1 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@ Example of checking for failed exec:
console.log('Failed to start child process.');
});
### options.stdio
#### options.stdio
As a shorthand, the `stdio` argument may be one of the following strings:
@ -492,7 +492,7 @@ Example:
// startd-style interface.
spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] });
### options.detached
#### options.detached
If the `detached` option is set, the child process will be made the leader of a
new process group. This makes it possible for the child to continue running