From 23514fc94648185c092355bf3e5bbce76844bd42 Mon Sep 17 00:00:00 2001 From: Andreas Madsen Date: Wed, 1 Feb 2012 17:27:14 +0100 Subject: [PATCH] [doc] cluster: remove part about autoFork since this do not exist --- doc/api/cluster.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index d5916e6028c..e16239e1ebf 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])