DOCS: Fix references to "macOS" as "OS X", "Mac OS X", etc.

Apple renamed "Mac OS X" to "macOS" in 2016.

* Replace instances of "OSX"/"OS X"/etc. with "macOS" in comments to reflect the change.
* There are additional references to things like "osx" in functional code which are left unchanged.
* Grammatical changes due to the initial letter changing from a vowel to a consonant (o => m) in some places.
* Fix a unrelated minor grammatical issue.
This commit is contained in:
Rob Speed
2018-03-31 17:35:11 -04:00
parent b1b095cb16
commit 95ed61ffc2
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ _port() {
'-F[Read and process the file of commands specified by the argument.]' \
'-p[Despite any errors encountered, proceed to process multiple ports and commands.]' \
'-y[Perform a dry run.]' \
'-t[Enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
'-t[Enable trace mode debug facilities on platforms that support it (macOS).]' \
"1:Port actions:(($actions))" \
'::Per-action arguments:_port_dispatch' \
&& return 0