1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

manpage: ' can't be used for quoting

This commit is contained in:
wm4 2015-11-30 22:22:09 +01:00
parent 7f3cf75c5a
commit e1d414c992

View File

@ -258,7 +258,7 @@ parser puts several options into a single string, and passes them to a
component at once, instead of using multiple options on the level of the component at once, instead of using multiple options on the level of the
command line. command line.
The suboption parser can quote strings with ``"``, ``'``, and ``[...]``. The suboption parser can quote strings with ``"`` and ``[...]``.
Additionally, there is a special form of quoting with ``%n%`` described below. Additionally, there is a special form of quoting with ``%n%`` described below.
For example, the ``opengl`` VO can take multiple options: For example, the ``opengl`` VO can take multiple options:
@ -410,7 +410,7 @@ Escaping spaces and special characters
This is done like with command line options. The shell is not involved here, This is done like with command line options. The shell is not involved here,
but option values still need to be quoted as a whole if it contains certain 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 ``'``, characters like spaces. A config entry can be quoted with ``"``,
as well as with the fixed-length syntax (``%n%``) mentioned before. This is like 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 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 do escapes are currently _not_ interpreted on this level, although some options do