summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Madsen <amwebdk@gmail.com>2012-02-01 17:27:14 +0100
committerisaacs <i@izs.me>2012-02-06 14:54:11 -0800
commit23514fc94648185c092355bf3e5bbce76844bd42 (patch)
tree800945b8d85552cf9ba7266cf3c9490c7942363d
parent1595a6e885eebd5a9d854bd462ab1b80521ff754 (diff)
downloadnode-new-23514fc94648185c092355bf3e5bbce76844bd42.tar.gz
[doc] cluster: remove part about autoFork since this do not exist
-rw-r--r--doc/api/cluster.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown
index d5916e6028..e16239e1eb 100644
--- a/doc/api/cluster.markdown
+++ b/doc/api/cluster.markdown
@@ -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])