summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-10 15:09:24 +0200
committerwm4 <wm4@nowhere>2013-09-10 15:12:25 +0200
commit12770d540706a864e6d6c47195dd03ed4d51f678 (patch)
treebf8b784c1d0c4fa7fd0680049aa3b910e357d8f8 /DOCS/man/en/changes.rst
parent683e58066e65e4bca43ff22cf1ef9f4481810266 (diff)
downloadmpv-12770d540706a864e6d6c47195dd03ed4d51f678.tar.bz2
mpv-12770d540706a864e6d6c47195dd03ed4d51f678.tar.xz
manpage: various improvements
Took a superficial look at the manpage, and fixed whatever I spotted.
Diffstat (limited to 'DOCS/man/en/changes.rst')
-rw-r--r--DOCS/man/en/changes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 386275377d..8996a90336 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -185,8 +185,8 @@ input.conf and Slave Commands
This lists only commands that are not always gracefully handled by the
internal legacy translation layer. If an input.conf contains any legacy
- commands, they will be displayed with ``-v`` when it is loaded, and show
- and the replacement commands.
+ commands, a warning will be printed when starting the player. The warnings
+ also show the replacement commands.
Properties containing ``_`` to separate words use ``-`` instead.
@@ -225,7 +225,7 @@ input.conf and Slave Commands
+--------------------------------+----------------------------------------+
| ``show_chapters`` | ``show_text ${chapter-list}`` |
+--------------------------------+----------------------------------------+
- | ``af_switch``, ``af_add``, ... | ``af [set|add|...]`` |
+ | ``af_switch``, ``af_add``, ... | ``af set|add|...`` |
+--------------------------------+----------------------------------------+
Other