summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2021-01-01 18:53:23 -0500
committerLeo Izen <leo.izen@gmail.com>2021-01-03 12:05:30 -0500
commit1251f7bbf9f74431325b968d2c02bb4425970710 (patch)
tree9e3ee869443bc8fa40063062d04d82bfe1a79d75 /DOCS/man/vo.rst
parent3e175dff4af9d67a5956c6500c33393ac035d3ce (diff)
downloadmpv-1251f7bbf9f74431325b968d2c02bb4425970710.tar.bz2
mpv-1251f7bbf9f74431325b968d2c02bb4425970710.tar.xz
manpage: rename OS X references to macOS
Apple has decided that Mac OS X is now named macOS for the time being. For consistency, it makes sense to use the same name for the operating system in all places where it occurs. This commit renames OS X to macOS in the documentation in places where it was otherwise still using the old name.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 265787e73a..d8aefd871b 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -253,7 +253,7 @@ Available video output drivers are:
quality or performance by changing the ``--fbo-format`` option to
``rgb16f``, ``rgb32f`` or ``rgb``. Known problems include Mesa/Intel not
accepting ``rgb16``, Mesa sometimes not being compiled with float texture
- support, and some OS X setups being very slow with ``rgb16`` but fast
+ support, and some macOS setups being very slow with ``rgb16`` but fast
with ``rgb32f``. If you have problems, you can also try enabling the
``--gpu-dumb-mode=yes`` option.
@@ -498,7 +498,7 @@ Available video output drivers are:
Specify the directory to save the image files to (default: ``./``).
``libmpv``
- For use with libmpv direct embedding. As a special case, on OS X it
+ For use with libmpv direct embedding. As a special case, on macOS it
is used like a normal VO within mpv (cocoa-cb). Otherwise useless in any
other contexts.
(See ``<mpv/render.h>``.)