Skip to content

doc: change Mac OS X to macOS - #12106

Closed
jrmce wants to merge 3 commits into
nodejs:masterfrom
jrmce:macos-docs
Closed

doc: change Mac OS X to macOS#12106
jrmce wants to merge 3 commits into
nodejs:masterfrom
jrmce:macos-docs

Conversation

@jrmce

Copy link
Copy Markdown

This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".

Fixes: #12086

Checklist
Affected core subsystem(s)

doc

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. labels Mar 28, 2017
Comment threaddoc/api/fs.md Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this line length is more than 80 characters.

Comment threaddoc/api/process.md Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this line length is more than 80 characters as well.

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Thank you for the contribution. A nit: the docs use line length limit: 80 characters (see the style guide). Could you please wrap the above-mentioned fragments?

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

And one nit more: the commit guidelines requires an imperative verb after the subsystem prefix. Could you also replace doc: changes by doc: change?

@vsemozhetbytvsemozhetbyt removed the build Issues and PRs related to build files or the CI. label Mar 29, 2017
JR McEntee added 2 commits March 28, 2017 21:10
This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".
Fixes: #12086
This commit updates two paragraphs that exceeded the 80 line standard
after updating to macOS.
Fixes: #12086
@jrmcejrmce changed the title doc: changes Mac OS X to macOSdoc: change Mac OS X to macOSMar 29, 2017
@jrmce

Copy link
Copy Markdown
Author

@vsemozhetbyt Thanks for the review. I believe I have correct the above mentioned items.

@mscdexmscdex added the macos Issues and PRs related to the macOS platform / OSX. label Mar 29, 2017
@aqrln

Copy link
Copy Markdown
Contributor

What about doc/releases.md (lines 191, 197 and 207)?

@jrmce

Copy link
Copy Markdown
Author

@aqrln Good catch. I originally avoided touching anything like release/changelog, but looks like this one should have been changed. I'll update.

This commit updates 3 additional references to Mac OS X in
releases.md to macOS.
Fixes: #12086
@ghost

ghost commented Apr 3, 2017

Copy link
Copy Markdown

Please also correct this missing #12161

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

@andmeics Is it a correct link?

@ghost

ghost commented Apr 3, 2017

Copy link
Copy Markdown

@vsemozhetbyt What does you mean,you can`t reach this link?

@vsemozhetbyt

vsemozhetbyt commented Apr 3, 2017

Copy link
Copy Markdown
Contributor

@andmeics Sorry, I just can't understand how this PR is connected with that issue. Can you elaborate?

@gibfahn

Copy link
Copy Markdown
Member

@andmeics

Please also correct this missing #12161

To echo what @vsemozhetbyt said, "Please also correct this missing" suggests that #12161 should have more OS X -> macOS changes, but it seems to be completely unrelated to this PR. Why did you link to it here?


image

@ghost

ghost commented Apr 3, 2017

Copy link
Copy Markdown

Maybe I think the doc relative issues can be fix in one commit

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

@andmeics Oh. I see. However, if I get it right, this repo prefers more granularity in PRs and issues, so it would better be fixed in a separate PR.

@jasnell

Copy link
Copy Markdown
Member

Yes, in general we prefer more granularity. This PR should be fine as is tho. The changes aren't that significant but are definitely good.

jasnell pushed a commit that referenced this pull request Apr 4, 2017
This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".
PR-URL: #12106Fixes: #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>
jasnell pushed a commit that referenced this pull request Apr 4, 2017
This commit updates two paragraphs that exceeded the 80 line standard
after updating to macOS.
PR-URL: #12106Fixes: #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>
jasnell pushed a commit that referenced this pull request Apr 4, 2017
This commit updates 3 additional references to Mac OS X in
releases.md to macOS.
PR-URL: #12106Fixes: #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>
@jasnell

Copy link
Copy Markdown
Member

Landed in 7a5d07c...503342d

@jasnelljasnell closed this Apr 4, 2017
@jasnelljasnell mentioned this pull request Apr 4, 2017
italoacasas pushed a commit to italoacasas/node that referenced this pull request Apr 10, 2017
This commit updates 3 additional references to Mac OS X in
releases.md to macOS.
PR-URL: nodejs#12106Fixes: nodejs#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>
@MylesBorins

Copy link
Copy Markdown
Contributor

this will require a backport for v6

@jrmce

Copy link
Copy Markdown
Author

@MylesBorins I'm not sure about the process for a backport, but is there something I can do to help with that?

@gibfahn

Copy link
Copy Markdown
Member

@jrmce the process is defined here: https://github.com/nodejs/node/blob/master/doc/guides/backporting-to-release-lines.md

If you have any issues with it, feel free to comment in here.

MylesBorins pushed a commit that referenced this pull request May 16, 2017
This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".
Fixes: #12086
PR-URL: #12106
Backport-PR-URL: #12650
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>
MylesBorins pushed a commit that referenced this pull request May 16, 2017
This commit updates two paragraphs that exceeded the 80 line standard
after updating to macOS.
Fixes: #12086
PR-URL: #12106
Backport-PR-URL: #12650
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>
MylesBorins pushed a commit that referenced this pull request May 16, 2017
This commit updates 3 additional references to Mac OS X in
releases.md to macOS.
Fixes: #12086
PR-URL: #12106
Backport-PR-URL: #12650
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>
MylesBorins pushed a commit that referenced this pull request May 18, 2017
This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".
Fixes: #12086
PR-URL: #12106
Backport-PR-URL: #12650
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>
MylesBorins pushed a commit that referenced this pull request May 18, 2017
This commit updates two paragraphs that exceeded the 80 line standard
after updating to macOS.
Fixes: #12086
PR-URL: #12106
Backport-PR-URL: #12650
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>
MylesBorins pushed a commit that referenced this pull request May 18, 2017
This commit updates 3 additional references to Mac OS X in
releases.md to macOS.
Fixes: #12086
PR-URL: #12106
Backport-PR-URL: #12650
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>
@MylesBorinsMylesBorins mentioned this pull request May 23, 2017
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
This update changes references to "Mac OS X", "OS X", and "OSX" in
markdown files to "macOS".
Fixes: nodejs/node#12086
PR-URL: nodejs/node#12106
Backport-PR-URL: nodejs/node#12650
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>
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
This commit updates two paragraphs that exceeded the 80 line standard
after updating to macOS.
Fixes: nodejs/node#12086
PR-URL: nodejs/node#12106
Backport-PR-URL: nodejs/node#12650
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>
andrew749 pushed a commit to michielbaird/node that referenced this pull request Jul 19, 2017
This commit updates 3 additional references to Mac OS X in
releases.md to macOS.
Fixes: nodejs/node#12086
PR-URL: nodejs/node#12106
Backport-PR-URL: nodejs/node#12650
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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.macosIssues and PRs related to the macOS platform / OSX.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should we replace the word "OS X" with "macOS"?

12 participants

@jrmce@vsemozhetbyt@aqrln@gibfahn@jasnell@MylesBorins@lpinca@cjihrig@richardlau@mscdex@italoacasas@nodejs-github-bot