summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-02-20 21:19:40 +0100
committerder richter <der.richter@gmx.de>2024-02-21 20:46:53 +0100
commitd6fdc0ae746ce3304f47349ae1df2b1f089155aa (patch)
tree038c97a41265ce70cf1fe625b210eb0b37bdb838
parent24afc00b8cbde4a1753f76377894323c576f7fbc (diff)
downloadmpv-d6fdc0ae746ce3304f47349ae1df2b1f089155aa.tar.bz2
mpv-d6fdc0ae746ce3304f47349ae1df2b1f089155aa.tar.xz
DOCS: make mentions of macOS consistent
change all mentions and variations of OSX, OS X, MacOSX, MacOS X, etc consistent. use the official naming macOS.
-rw-r--r--DOCS/client-api-changes.rst2
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/mplayer-changes.rst2
-rw-r--r--DOCS/tech-overview.txt2
-rw-r--r--README.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 1d121eb2a8..565912cb81 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -277,7 +277,7 @@ API changes
- extend the "--start" option; a leading "+", which was previously
insignificant is now significant
- add "cache-free" and "cache-used" properties
- - OSX: the "coreaudio" AO spdif code is split into a separate AO
+ - macOS: the "coreaudio" AO spdif code is split into a separate AO
--- mpv 0.4.0 ---
1.0 - the API is declared stable
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ef1742007d..179cc8d762 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -261,7 +261,7 @@ Interface changes
- names starting with "." in ~/.mpv/scripts/ (or equivalent) are now ignored
- js modules: ~~/scripts/modules.js/ is no longer used, global paths can be
set with custom init (see docs), dir-scripts first look at <dir>/modules/
- - the OSX bundle now logs to "~/Library/Logs/mpv.log" by default
+ - the macOS bundle now logs to "~/Library/Logs/mpv.log" by default
- deprecate the --cache-secs option (once removed, the cache cannot be
limited by time anymore)
- remove deprecated legacy hook API ("hook-add", "hook-ack"). Use either the
diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst
index 424a875efc..35bf501607 100644
--- a/DOCS/mplayer-changes.rst
+++ b/DOCS/mplayer-changes.rst
@@ -138,7 +138,7 @@ Miscellaneous
the ``D`` key insert vf_bwdif if deinterlacing is not supported otherwise).
* Improved support for .cue files.
-Mac OS X
+macOS
~~~~~~~~
* Native OpenGL backend.
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index b2bc4d94f3..1e4002817f 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -212,7 +212,7 @@ video/out/:
cases, the windowing code is shared among VOs, like x11_common.c for X11 and
w32_common.c for Windows. The VOs stand between frontend and windowing code.
vo_gpu can pick a windowing system at runtime, e.g. the same binary can
- provide both X11 and Cocoa support on OSX.
+ provide both X11 and Cocoa support on macOS.
VOs can be reconfigured at runtime. A vo_reconfig() call can change the video
resolution and format, without destroying the window.
diff --git a/README.md b/README.md
index 997bb7767a..f2641470f0 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ Libass dependencies (when building libass):
- gcc or clang, yasm on x86 and x86_64
- fribidi, freetype, fontconfig development headers (for libass)
- harfbuzz (required for correct rendering of combining characters, particularly
- for correct rendering of non-English text on OSX, and Arabic/Indic scripts on
+ for correct rendering of non-English text on macOS, and Arabic/Indic scripts on
any platform)
FFmpeg dependencies (when building FFmpeg):