summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-02 02:17:02 +0200
committerwm4 <wm4@nowhere>2014-08-02 03:12:33 +0200
commit0c6c2da8bcdb0f1523c0f10bc117c41057875e34 (patch)
tree4f74436dfb7a8e3ff7dee935df8e6c0ed2aa155d
parentc94e8bcdd68e4410ebaee431fddbfeed456d0d2c (diff)
downloadmpv-0c6c2da8bcdb0f1523c0f10bc117c41057875e34.tar.bz2
mpv-0c6c2da8bcdb0f1523c0f10bc117c41057875e34.tar.xz
manpage: explain how to replace --slave-broken
-rw-r--r--DOCS/man/changes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index df6fe9adef..092256a0ac 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -322,6 +322,16 @@ Slave mode
``--identify`` was replaced by the ``TOOLS/mpv_identify.sh`` wrapper script.
+* For some time (until including release 0.4.x), mpv supported a
+ ``--slave-broken`` option. The following options are equivalent:
+
+ ::
+
+ --input-file=/dev/stdin --input-terminal=no
+
+
+ Assuming the system supports ``/dev/stdin``.
+
* A JSON RPC protocol giving access to the client API is planned, but nothing
has emerged yet.