diff options
author | JR McEntee <jrmce12@gmail.com> | 2017-03-28 19:46:10 -0400 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2017-04-04 10:14:24 -0700 |
commit | 7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd (patch) | |
tree | b78aa81f4810e7280ddccf4eb84ff46c5e3d9400 /doc/api/net.md | |
parent | 84a23391f60c0cbde8f78fd805b6fdef6861285f (diff) | |
download | node-new-7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd.tar.gz |
doc: change Mac OS X to macOS
This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".
PR-URL: https://github.com/nodejs/node/pull/12106
Fixes: https://github.com/nodejs/node/issues/12086
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/net.md')
-rw-r--r-- | doc/api/net.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md index f1df691185..4ca18c1379 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -25,7 +25,7 @@ sockets on other operating systems. On UNIX, the local domain is also known as the UNIX domain. The path is a filesystem path name. It gets truncated to `sizeof(sockaddr_un.sun_path) - 1`, which varies on different operating system between 91 and 107 bytes. -The typical values are 107 on Linux and 103 on OS X. The path is +The typical values are 107 on Linux and 103 on macOS. The path is subject to the same naming conventions and permissions checks as would be done on file creation. It will be visible in the filesystem, and will *persist until unlinked*. |