summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-10-16 18:05:53 +0200
committerDudemanguy <random342@airmail.cc>2023-10-17 15:00:56 +0000
commit98eab5b6782c6150b41916267a13dbd7c9b0f119 (patch)
tree451b097bc44db7345261d393ddc95cd37617ed36 /DOCS/man/mpv.rst
parent16d9d3b2735454311d0cf33a57b332bdf2aaa520 (diff)
downloadmpv-98eab5b6782c6150b41916267a13dbd7c9b0f119.tar.bz2
mpv-98eab5b6782c6150b41916267a13dbd7c9b0f119.tar.xz
DOCS/mpv: fix typos in List Options
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 06baf08290..dd42c73412 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -525,10 +525,8 @@ String list and path list options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
String lists are separated by ``,``. The strings are not parsed or interpreted
-by the option system itself. However, most
-
-Path or file list options use ``:`` (Unix) or ``;`` (Windows) as separator,
-instead of ``,``.
+by the option system itself. However, most path or file list options use ``:``
+(Unix) or ``;`` (Windows) as separator, instead of ``,``.
They support the following operations:
@@ -570,7 +568,7 @@ Keys are unique within the list. If an already present key is set, the existing
key is removed before the new value is appended.
If you want to pass a value without interpreting it for escapes or ``,``, it is
-recommended to use the ``-add`` variant. When using libmpv, prefer using
+recommended to use the ``-append`` variant. When using libmpv, prefer using
``MPV_FORMAT_NODE_MAP``; when using a scripting backend or the JSON IPC, use an
appropriate structured data type.