Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-07-06 16:49:58 +0300
committercjihrig <cjihrig@gmail.com>2019-07-08 20:34:05 +0300
commite04ee9b37a73ca86a91668f32327f16b3a04c236 (patch)
treebe7563b4c2891739279cc65270bdd7963f877e61 /doc/api/cluster.md
parentf67a0a17a00725215f3bcd8de810ff1c1bad4f85 (diff)
doc: format Unix consistently
Update the API docs to always spell as Unix. PR-URL: https://github.com/nodejs/node/pull/28576 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 83a541d6554..8036f82e797 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -589,7 +589,7 @@ The `addressType` is one of:
* `4` (TCPv4)
* `6` (TCPv6)
-* `-1` (unix domain socket)
+* `-1` (Unix domain socket)
* `'udp4'` or `'udp6'` (UDP v4 or v6)
## Event: 'message'