Fix #318: s/MacOS X/OS X

This commit is contained in:
rileyjshaw
2015-12-30 11:47:03 -05:00
parent 14bb1819e5
commit ee4b00bc39
7 changed files with 20 additions and 20 deletions

View File

@ -14,7 +14,7 @@
- [System debugging](#system-debugging)
- [One-liners](#one-liners)
- [Obscure but useful](#obscure-but-useful)
- [MacOS X only](#macos-x-only)
- [OS X only](#os-x-only)
- [More resources](#more-resources)
- [Disclaimer](#disclaimer)
@ -36,7 +36,7 @@ but given the interest there, it seemed worth using GitHub, where people more ta
Scope:
- This guide is both for beginners and the experienced. The goals are *breadth* (everything important), *specificity* (give concrete examples of the most common case), and *brevity* (avoid things that aren't essential or digressions you can easily look up elsewhere). Every tip is essential in some situation or significantly saves time over alternatives.
- This is written for Linux, with the exception of the "[MacOS X only](#macos-x-only)" section. Many of the other items apply or can be installed on other Unices or MacOS (or even Cygwin).
- This is written for Linux, with the exception of the "[OS X only](#os-x-only)" section. Many of the other items apply or can be installed on other Unices or MacOS (or even Cygwin).
- The focus is on interactive Bash, though many tips apply to other shells and to general Bash scripting.
- It includes both "standard" Unix commands as well as ones that require special package installs -- so long as they are important enough to merit inclusion.
@ -487,7 +487,7 @@ A few examples of piecing together commands:
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
## MacOS X only
## OS X only
These are items relevant *only* on MacOS.