Skip to content

Commit

Permalink
italicize meta-info and set of with Note:
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed May 19, 2015
1 parent 8613297 commit 16af9bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ if it runs longer than `timeout` milliseconds. The child process is killed with
amount of data (in bytes) allowed on stdout or stderr - if this value is
exceeded then the child process is killed.

Unlike the `exec()` POSIX system call, `child_process.exec()` does not replace
the existing process and uses a shell to execute the command.
*Note: Unlike the `exec()` POSIX system call, `child_process.exec()` does not replace
the existing process and uses a shell to execute the command.*

### child_process.execFile(file[, args][, options][, callback])

Expand Down Expand Up @@ -647,8 +647,8 @@ done with care and by default will talk over the fd represented an
environmental variable `NODE_CHANNEL_FD` on the child process. The input and
output on this fd is expected to be line delimited JSON objects.

Unlike the `fork()` POSIX system call, `child_process.fork()` does not clone the
current process.
*Note: Unlike the `fork()` POSIX system call, `child_process.fork()` does not clone the
current process.*

## Synchronous Process Creation

Expand Down

0 comments on commit 16af9bd

Please sign in to comment.