doc: cluster: setupMaster() can be called only once

pull/24503/head
Ben Noordhuis 2012-08-21 13:44:29 +02:00
parent ef0ca2affd
commit 7c75ca7182
1 changed files with 2 additions and 2 deletions

View File

@ -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: