From d915ef7f0f8e4ca04bd6ff7c710705569e48f174 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Nov 2014 13:26:12 +0100 Subject: manpage: ipc: fix command name for observe_property --- DOCS/man/ipc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.3