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/_ghc | |
| 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/_ghc')
| -rw-r--r-- | src/_ghc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,15 +92,15 @@ _ghc_compiler () '-c[Stop after generating object files]' \ '-eventlog[Enable runtime event tracing]' \ '-debug[Use the debugging runtime]' \ - "-dylib-install-name[On Darwin/OS X only, set the install name]" \ + "-dylib-install-name[On Darwin/macOS only, set the install name]" \ '-dynamic[Use dynamic Haskell libraries]' \ '-dynamic-too[Build dynamic object files as well as static object files during compilation]' \ '-dynosuf[Set the output suffix for dynamic object files]' \ '-dynload[Select one of a number of modes for finding shared libraries at runtime]' \ '--mk-dll[DLL-creation mode (Windows only)]' \ - '-framework-path[On Darwin/OS X/iOS only, add dir to the list of directories searched for frameworks]' \ + '-framework-path[On Darwin/macOS/iOS only, add dir to the list of directories searched for frameworks]' \ '-shared[Generate a shared library (as opposed to an executable)]' \ - '-staticlib[On Darwin/OS X/iOS only, generate a standalone static library (as opposed to an executable)]' \ + '-staticlib[On Darwin/macOS/iOS only, generate a standalone static library (as opposed to an executable)]' \ '-e[Evaluate expression]' \ '-hide-all-packages[Hide all packages by default]' \ '-hpcdir[Directory to deposit .mix files during compilation (default is .hpc)]' \ |
