summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-11-29 17:03:48 +0100
committerRudolf Polzer <divverent@xonotic.org>2012-11-29 17:07:26 +0100
commitb38f856426fef432f832912ff39845b308b0d36d (patch)
treeaa960a2adbcdde0c2c531c8f038cb0488b05b942 /DOCS
parentfea9ea33b2ea4f40b078da691e9009db9407d70a (diff)
downloadmpv-b38f856426fef432f832912ff39845b308b0d36d.tar.bz2
mpv-b38f856426fef432f832912ff39845b308b0d36d.tar.xz
DOCS: Fix some rst error messages
Unfortunately, these do not fix the man page indent issue.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst32
-rw-r--r--DOCS/man/en/vo.rst1
2 files changed, 17 insertions, 16 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 15007e03fc..b5a2b02537 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -21,7 +21,7 @@
--af=<filter1[=parameter1:parameter2:...],filter2,...>
Specify a list of audio filters to apply to the audio stream. See
- :ref:`audio_filters` for details and descriptions of the available filters.
+ `audio_filters` for details and descriptions of the available filters.
The option variants ``--af-add``, ``--af-pre``, ``--af-del`` and
``--af-clr`` exist to modify a previously specified list, but you
shouldn't need these for typical use.
@@ -94,7 +94,7 @@
Specify a priority list of audio output drivers to be used. For
interactive use you'd normally specify a single one to use, but in
configuration files specifying a list of fallbacks may make sense. See
- :ref:`audio_outputs` for details and descriptions of available drivers.
+ `audio_outputs` for details and descriptions of available drivers.
--ar, --no-ar
Enable/disable AppleIR remote support. Enabled by default.
@@ -1330,31 +1330,31 @@
--playing-msg=<string>
Print out a string before starting playback. The string is expanded for
- properties, e.g. ``--playing-msg=file: ${filename}`` will print the string
- ``file: `` followed by the currently played filename.
+ properties, e.g. ``--playing-msg=file: \${filename}`` will print the string
+ ``file:`` followed by a space and the currently played filename.
The following expansions are supported:
- ${NAME}
+ \${NAME}
Expands to the value of the property ``NAME``. If ``NAME`` starts with
``=``, use the raw value of the property. If retrieving the property
- fails, expand to an error string. (Use ``${NAME:}`` with a trailing
+ fails, expand to an error string. (Use ``\${NAME:}`` with a trailing
``:`` to expand to an empty string instead.)
- ${NAME:STR}
+ \${NAME:STR}
Expands to the value of the property ``NAME``, or ``STR`` if the
property can't be retrieved. ``STR`` is expanded recursively.
- ${!NAME:STR}
+ \${!NAME:STR}
Expands to ``STR`` (recursively) if the property ``NAME`` can't be
retrieved.
- ${?NAME:STR}
+ \${?NAME:STR}
Expands to ``STR`` (recursively) if the property ``NAME`` is available.
- $$
- Expands to ``$``.
- $}
+ \$\$
+ Expands to ``\$``.
+ \$}
Expands to ``}``. (To produce this character inside recursive
expansion.)
- $>
- Disable property expansion and special handling of ``$`` for the rest
+ \$>
+ Disable property expansion and special handling of ``\$`` for the rest
of the string.
--status-msg=<string>
@@ -2180,7 +2180,7 @@
--vf=<filter1[=parameter1:parameter2:...],filter2,...>
Specify a list of video filters to apply to the video stream. See
- :ref:`video_filters` for details and descriptions of the available filters.
+ `video_filters` for details and descriptions of the available filters.
The option variants ``--vf-add``, ``--vf-pre``, ``--vf-del`` and
``--vf-clr`` exist to modify a previously specified list, but you
shouldn't need these for typical use.
@@ -2203,7 +2203,7 @@
Specify a priority list of video output drivers to be used. For
interactive use you'd normally specify a single one to use, but in
configuration files specifying a list of fallbacks may make sense. See
- :ref:`video_outputs` for details and descriptions of available drivers.
+ `video_outputs` for details and descriptions of available drivers.
--vobsub=<file>
Specify a VOBsub file to use for subtitles. Has to be the full pathname
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index a6eccab8f6..1bfe5fbf1f 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -195,6 +195,7 @@ direct3d_shaders (Windows only)
texture-memory=N
Only affects operation with shaders/texturing enabled, and (E)OSD.
Values for N:
+
0
default, will often use an additional shadow texture + copy
1