Skip to content

Commit

Permalink
Update macOS references
Browse files Browse the repository at this point in the history
Update references to 'OS X' to 'macOS'.
  • Loading branch information
danielbayley authored and agnivade committed Jul 28, 2017
1 parent 3f4742d commit 8ce4c60
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OS X filesystem custom folder attributes
# macOS filesystem custom folder attributes
.DS_Store

# Bundler-specific files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Surely people could benefit from simplified man pages focused on practical examp
![tldr screenshot](screenshot.png)

This repository is just that: an ever-growing collection of examples
for the most common UNIX / Linux / OSX / SunOS commands.
for the most common UNIX / Linux / macOS / SunOS commands.

## Clients

Expand Down
2 changes: 1 addition & 1 deletion pages/osx/brew.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# brew

> Package manager for OS X.
> Package manager for macOS.
- Search for available formulas:

Expand Down
2 changes: 1 addition & 1 deletion pages/osx/defaults.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# defaults

> Read and write OS X user configuration for applications.
> Read and write macOS user configuration for applications.
- Read system defaults for an application option:

Expand Down
2 changes: 1 addition & 1 deletion pages/osx/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

`open {{file.ext}}`

- Run a graphical MacOSX application:
- Run a graphical macOS application:

`open /Applications/{{Application.app}}`

Expand Down
6 changes: 3 additions & 3 deletions pages/osx/sw_vers.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# sw_vers

> Print Mac OSX Software versioning information.
> Print macOS Software versioning information.
- Print OSX Version:
- Print macOS Version:

`sw_vers -productVersion`

- Print OSX Build:
- Print macOS Build:

`sw_vers -buildVersion`
2 changes: 1 addition & 1 deletion pages/osx/wacaw.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wacaw

> A little command-line tool for Mac OS X that allows you to capture both still pictures and video from an attached camera.
> A little command-line tool for macOS that allows you to capture both still pictures and video from an attached camera.
- Take a picture from webcam:

Expand Down

0 comments on commit 8ce4c60

Please sign in to comment.