Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-08-21 15:44:29 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-08-21 15:44:29 +0400
commit7c75ca7182872c95c798e192ed28c1c610b1024b (patch)
tree641ef7b66d3560efed7c3a33245fe90194089f3f /doc
parentef0ca2affd9f96327c9e72497bd0c74aae5c8861 (diff)
doc: cluster: setupMaster() can be called only once
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cluster.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown
index 0686c163a1b..de0e897326f 100644
--- a/doc/api/cluster.markdown
+++ b/doc/api/cluster.markdown
@@ -222,8 +222,8 @@ call `.setupMaster()` with no arguments.
* `silent` {Boolean} whether or not to send output to parent's stdio.
(Default=`false`)
-The `setupMaster` is used to change the default 'fork' behavior. It takes
-one option object argument.
+`setupMaster` is used to change the default 'fork' behavior. The new settings
+are effective immediately and permanently, they cannot be changed later on.
Example: