summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-29 20:53:24 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:12 +0900
commit3ee6992656344e67b6fd187b93dbe84339f803c0 (patch)
treed1fb59c1c3e8b7d2e34202db315982bbe93f2701
parent9a7f3325715063de00dab0b010e22e4705b304e5 (diff)
downloadmpv-3ee6992656344e67b6fd187b93dbe84339f803c0.tar.bz2
mpv-3ee6992656344e67b6fd187b93dbe84339f803c0.tar.xz
manpage: rename input.conf supersection
By now, input.conf is actually just a small part of input handling. Rename the section to something else ("command interface" was the first reasonable thing that came to mind). Also fix a minor typo further down.
-rw-r--r--DOCS/man/input.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index a1cca52191..b3a27b50f7 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1,5 +1,13 @@
-INPUT.CONF
-==========
+COMMAND INTERFACE
+=================
+
+The mpv core can be controlled with commands and properties. A number of ways
+to interact with the player use them: key bindings (``input.conf``), OSD
+(showing information with properties), JSON IPC, the client API (``libmpv``),
+and the classic slave mode.
+
+input.conf
+----------
The input.conf file consists of a list of key bindings, for example::
@@ -814,7 +822,7 @@ Property list
"title" MPV_FORMAT_STRING
"default" MPV_FORMAT_FLAG
-``ab-loop-a``, ``ab-loop-b`` (TW)
+``ab-loop-a``, ``ab-loop-b`` (RW)
Set/get A-B loop points. See corresponding options and ``ab_loop`` command.
The special value ``no`` on either of these properties disables looping.