From 7a5d07c7fbd43f3645d7f707fd6a98f2a251bdbd Mon Sep 17 00:00:00 2001 From: JR McEntee Date: Tue, 28 Mar 2017 19:46:10 -0400 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Gibson Fahnestock Reviewed-By: James M Snell --- doc/api/os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/os.md') diff --git a/doc/api/os.md b/doc/api/os.md index 06779dbb37..480305a7e1 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -363,7 +363,7 @@ added: v0.3.3 * Returns: {string} The `os.type()` method returns a string identifying the operating system name -as returned by uname(3). For example `'Linux'` on Linux, `'Darwin'` on OS X and +as returned by uname(3). For example `'Linux'` on Linux, `'Darwin'` on macOS and `'Windows_NT'` on Windows. Please see https://en.wikipedia.org/wiki/Uname#Examples for additional -- cgit v1.2.3