Skip to content

Commit ed11ac6

Browse files
rodmacheneljefedelrodeodeljefe
authored andcommitted
doc: remove "\" within backticks
Ref: #6911 Ref: #5075 PR-URL: #6952 Reviewed-By: Robert Jefe Lindstaedt <[email protected]>
1 parent ff00a48 commit ed11ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/child_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ exec('my.bat', (err, stdout, stderr) => {
125125
command line parsing should be compatible with `cmd.exe`.)
126126
* `timeout` {Number} (Default: `0`)
127127
* [`maxBuffer`][] {Number} largest amount of data (in bytes) allowed on
128-
stdout or stderr - if exceeded child process is killed (Default: `200\*1024`)
128+
stdout or stderr - if exceeded child process is killed (Default: `200*1024`)
129129
* `killSignal` {String} (Default: `'SIGTERM'`)
130130
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
131131
* `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.*
195195
* `encoding` {String} (Default: `'utf8'`)
196196
* `timeout` {Number} (Default: `0`)
197197
* [`maxBuffer`][] {Number} largest amount of data (in bytes) allowed on
198-
stdout or stderr - if exceeded child process is killed (Default: `200\*1024`)
198+
stdout or stderr - if exceeded child process is killed (Default: `200*1024`)
199199
* `killSignal` {String} (Default: `'SIGTERM'`)
200200
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
201201
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)

0 commit comments

Comments
 (0)