[doc] cluster: remove part about autoFork since this do not exist
authorAndreas Madsen <amwebdk@gmail.com>
Wed, 1 Feb 2012 16:27:14 +0000 (17:27 +0100)
committerisaacs <i@izs.me>
Mon, 6 Feb 2012 22:54:11 +0000 (14:54 -0800)
doc/api/cluster.markdown

index d5916e6..e16239e 100644 (file)
@@ -104,8 +104,7 @@ This can be used to restart the worker by calling `fork()` again.
 ### Event 'setup'
 
 When the `.setupMaster()` function has been executed this event emits. If `.setupMaster()`
-was not executed before `fork()` or `.autoFork()`, they will execute the function with no
-arguments.
+was not executed before `fork()` this function will call `.setupMaster()` with no arguments.
 
 ### cluster.setupMaster([options])