aboutsummaryrefslogtreecommitdiffstats
path: root/src/_ghc
diff options
context:
space:
mode:
authorRob Speed <speed.rob@gmail.com>2018-03-31 17:35:11 -0400
committerRob Speed <speed.rob@gmail.com>2018-03-31 17:35:11 -0400
commit95ed61ffc28b124eac865e7ce98078f6ddca055e (patch)
tree677e4a15ae623f7f66e8303e16a64acdd883fbda /src/_ghc
parentMerge pull request #556 from jshort/master (diff)
downloadzsh-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/_ghc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_ghc b/src/_ghc
index 7d4e1ef..2709406 100644
--- a/src/_ghc
+++ b/src/_ghc
@@ -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)]' \