summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamat, Trivikram <16024985+trivikr@users.noreply.github.com>2019-11-01 07:36:14 -0700
committerGireesh Punathil <gpunathi@in.ibm.com>2019-11-03 18:57:10 +0530
commit772ce0b38a159b672ac244ac636059a3c20932f2 (patch)
treeb45c99512e8beb2406ed97a031e681d66e5fc31d /doc
parent8b53d0be316045a0bf58458abbe516e278feadab (diff)
downloadandroid-node-v8-772ce0b38a159b672ac244ac636059a3c20932f2.tar.gz
android-node-v8-772ce0b38a159b672ac244ac636059a3c20932f2.tar.bz2
android-node-v8-772ce0b38a159b672ac244ac636059a3c20932f2.zip
doc: linkify `.setupMaster()` in cluster doc
Refs: https://github.com/nodejs/node/pull/30163 PR-URL: https://github.com/nodejs/node/pull/30204 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cluster.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index c4a4753947..112da9b2aa 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -644,11 +644,11 @@ added: v0.7.1
* `settings` {Object}
-Emitted every time `.setupMaster()` is called.
+Emitted every time [`.setupMaster()`][] is called.
The `settings` object is the `cluster.settings` object at the time
-`.setupMaster()` was called and is advisory only, since multiple calls to
-`.setupMaster()` can be made in a single tick.
+[`.setupMaster()`][] was called and is advisory only, since multiple calls to
+[`.setupMaster()`][] can be made in a single tick.
If accuracy is important, use `cluster.settings`.
@@ -710,7 +710,7 @@ added: v0.11.2
The scheduling policy, either `cluster.SCHED_RR` for round-robin or
`cluster.SCHED_NONE` to leave it to the operating system. This is a
global setting and effectively frozen once either the first worker is spawned,
-or `cluster.setupMaster()` is called, whichever comes first.
+or [`.setupMaster()`][] is called, whichever comes first.
`SCHED_RR` is the default on all operating systems except Windows.
Windows will change to `SCHED_RR` once libuv is able to effectively