Skip to content

Commit b159b91

Browse files
trivikrtargos
authored andcommitted
doc: linkify .setupMaster() in cluster doc
Refs: #30163 PR-URL: #30204 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 9c4a9e7 commit b159b91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/cluster.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,11 @@ added: v0.7.1
644644

645645
* `settings` {Object}
646646

647-
Emitted every time `.setupMaster()` is called.
647+
Emitted every time [`.setupMaster()`][] is called.
648648

649649
The `settings` object is the `cluster.settings` object at the time
650-
`.setupMaster()` was called and is advisory only, since multiple calls to
651-
`.setupMaster()` can be made in a single tick.
650+
[`.setupMaster()`][] was called and is advisory only, since multiple calls to
651+
[`.setupMaster()`][] can be made in a single tick.
652652

653653
If accuracy is important, use `cluster.settings`.
654654

@@ -710,7 +710,7 @@ added: v0.11.2
710710
The scheduling policy, either `cluster.SCHED_RR` for round-robin or
711711
`cluster.SCHED_NONE` to leave it to the operating system. This is a
712712
global setting and effectively frozen once either the first worker is spawned,
713-
or `cluster.setupMaster()` is called, whichever comes first.
713+
or [`.setupMaster()`][] is called, whichever comes first.
714714

715715
`SCHED_RR` is the default on all operating systems except Windows.
716716
Windows will change to `SCHED_RR` once libuv is able to effectively

0 commit comments

Comments
 (0)