diff options
| author | Rob Speed <speed.rob@gmail.com> | 2018-03-31 17:35:11 -0400 |
|---|---|---|
| committer | Rob Speed <speed.rob@gmail.com> | 2018-03-31 17:35:11 -0400 |
| commit | 95ed61ffc28b124eac865e7ce98078f6ddca055e (patch) | |
| tree | 677e4a15ae623f7f66e8303e16a64acdd883fbda /src/_ansible | |
| parent | Merge pull request #556 from jshort/master (diff) | |
| download | zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.gz zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.bz2 zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.lz zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.xz zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.zst zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.zip | |
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.
Diffstat (limited to 'src/_ansible')
| -rw-r--r-- | src/_ansible | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_ansible b/src/_ansible index e3a1d0c..47c1d23 100644 --- a/src/_ansible +++ b/src/_ansible @@ -40,7 +40,7 @@ # ------------------------------------------------------------------------------ # # Needs either ANSIBLE_HOSTS or /etc/ansible/hosts on linux -# (or /usr/local/etc/ansible/hosts on OSX) +# (or /usr/local/etc/ansible/hosts on macOS) # # Note 1: the following gist (https://gist.github.com/15ed54a438a36d67fd99.git) # has some files to help improve the hostfile shell parsing @@ -416,8 +416,8 @@ _modules=( 'os_user:Manage OpenStack Identity Users' 'os_user_group:Associate OpenStack Identity users and groups' 'os_volume:Create/Delete Cinder Volumes' -'osx_defaults:osx_defaults allows users to read, write, and delete Mac OS X user defaults from Ansible' -'osx_say:Makes an OSX computer to speak.' +'osx_defaults:osx_defaults allows users to read, write, and delete macOS user defaults from Ansible' +'osx_say:Makes a macOS computer speak.' 'ovirt:oVirt/RHEV platform management' 'package:Generic OS package manager' 'pacman:Manage packages with *pacman*' |
