summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-01 13:26:12 +0100
committerwm4 <wm4@nowhere>2014-11-01 15:45:40 +0100
commitd915ef7f0f8e4ca04bd6ff7c710705569e48f174 (patch)
tree66a35fe9668b868894b9ae0d39b3b8a5fda1bb77
parentfba8fedf6678d786031b9b1f90a5589d99f524f9 (diff)
downloadmpv-d915ef7f0f8e4ca04bd6ff7c710705569e48f174.tar.bz2
mpv-d915ef7f0f8e4ca04bd6ff7c710705569e48f174.tar.xz
manpage: ipc: fix command name for observe_property
-rw-r--r--DOCS/man/ipc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst
index 91ed7c6d69..3d0be74423 100644
--- a/DOCS/man/ipc.rst
+++ b/DOCS/man/ipc.rst
@@ -131,7 +131,7 @@ extra commands can also be used as part of the protocol:
::
- { "command": ["observe_property", 1, "volume"] }
+ { "command": ["observe_property_string", 1, "volume"] }
{ "error": "success" }
{ "event": "property-change", "id": 1, "data": "52.000000", "name": "volume" }