mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: remove "\" within backticks
Ref: https://github.com/nodejs/node/issues/6911 Ref: https://github.com/nodejs/node/pull/5075 PR-URL: https://github.com/nodejs/node/pull/6952 Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
This commit is contained in:
committed by
Robert Jefe Lindstaedt
parent
ff00a48169
commit
ed11ac6080
@@ -125,7 +125,7 @@ exec('my.bat', (err, stdout, stderr) => {
|
||||
command line parsing should be compatible with `cmd.exe`.)
|
||||
* `timeout` {Number} (Default: `0`)
|
||||
* [`maxBuffer`][] {Number} largest amount of data (in bytes) allowed on
|
||||
stdout or stderr - if exceeded child process is killed (Default: `200\*1024`)
|
||||
stdout or stderr - if exceeded child process is killed (Default: `200*1024`)
|
||||
* `killSignal` {String} (Default: `'SIGTERM'`)
|
||||
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
|
||||
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)
|
||||
@@ -195,7 +195,7 @@ replace the existing process and uses a shell to execute the command.*
|
||||
* `encoding` {String} (Default: `'utf8'`)
|
||||
* `timeout` {Number} (Default: `0`)
|
||||
* [`maxBuffer`][] {Number} largest amount of data (in bytes) allowed on
|
||||
stdout or stderr - if exceeded child process is killed (Default: `200\*1024`)
|
||||
stdout or stderr - if exceeded child process is killed (Default: `200*1024`)
|
||||
* `killSignal` {String} (Default: `'SIGTERM'`)
|
||||
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
|
||||
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)
|
||||
|
||||
Reference in New Issue
Block a user