summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-03 12:01:18 +0200
committerwm4 <wm4@nowhere>2015-09-03 12:01:18 +0200
commit90efe329b9763ef89d2be71b58bfbf77f4c5f8d6 (patch)
tree86c11c5a005ca8c7ac52e3d35274f9d4c488d156
parent61b902f5a7e8dc273b6d680c19af65f362d2233f (diff)
downloadmpv-90efe329b9763ef89d2be71b58bfbf77f4c5f8d6.tar.bz2
mpv-90efe329b9763ef89d2be71b58bfbf77f4c5f8d6.tar.xz
manpage: fix typo
Fixes #2279.
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 5b94062e68..aa2a044c58 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -416,7 +416,7 @@ but option values still need to be quoted as a whole if it contains certain
characters like spaces. A config entry can be quoted with ``"`` and ``'``,
as well as with the fixed-length syntax (``%n%``) mentioned before. This is like
passing the exact contents of the quoted string as command line option. C-style
-escapes are currently _not_ interpreted on this level, although some options to
+escapes are currently _not_ interpreted on this level, although some options do
this manually. (This is a mess and should probably be changed at some point.)
Putting Command Line Options into the Configuration File