mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Update macOS references
Update references to 'OS X' to 'macOS'.
This commit is contained in:
parent
3f4742d021
commit
8ce4c60a44
7 changed files with 9 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
# OS X filesystem custom folder attributes
|
||||
# macOS filesystem custom folder attributes
|
||||
.DS_Store
|
||||
|
||||
# Bundler-specific files
|
||||
|
|
|
@ -44,7 +44,7 @@ Surely people could benefit from simplified man pages focused on practical examp
|
|||

|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# brew
|
||||
|
||||
> Package manager for OS X.
|
||||
> Package manager for macOS.
|
||||
|
||||
- Search for available formulas:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
`open {{file.ext}}`
|
||||
|
||||
- Run a graphical MacOSX application:
|
||||
- Run a graphical macOS application:
|
||||
|
||||
`open /Applications/{{Application.app}}`
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue