projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b7852
)
doc: remove 'dudes' from documentation
author
James M Snell
<jasnell@gmail.com>
Fri, 14 Aug 2015 22:27:17 +0000
(15:27 -0700)
committer
James M Snell
<jasnell@gmail.com>
Wed, 26 Aug 2015 01:52:32 +0000
(18:52 -0700)
per: https://github.com/joyent/node/pull/25572#discussion_r33197896
Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2378
doc/api/child_process.markdown
patch
|
blob
|
history
diff --git
a/doc/api/child_process.markdown
b/doc/api/child_process.markdown
index 4748b874dff0f7c1b9f56fc40e64549fb504b6ce..05308068a98e88d5a852034f5be9bcff2091e98e 100644
(file)
--- a/
doc/api/child_process.markdown
+++ b/
doc/api/child_process.markdown
@@
-315,7
+315,7
@@
process.
special.send('socket', socket);
return;
}
- // just the usual
dudes
+ // just the usual
...
normal.send('socket', socket);
});
server.listen(1337);