LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Typo in reload.html page: signal -> sig #131

Closed doronin closed 13 years ago

doronin commented 13 years ago

http://learnboost.github.com/cluster/docs/reload.html

cluster(server)
    .use(cluster.reload('lib', { signal: 'SIGQUIT' }))

should be replaced with

cluster(server)
    .use(cluster.reload('lib', { sig: 'SIGQUIT' }))
tj commented 13 years ago

hm, it should be signal, I'll check the code