Skip to content

Commit 16af9bd

Browse files
committed
italicize meta-info and set of with Note:
1 parent 8613297 commit 16af9bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/child_process.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,8 @@ if it runs longer than `timeout` milliseconds. The child process is killed with
586586
amount of data (in bytes) allowed on stdout or stderr - if this value is
587587
exceeded then the child process is killed.
588588

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

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

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

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

653653
## Synchronous Process Creation
654654

0 commit comments

Comments
 (0)