From 91a1b17104e6417cb2c77c838c85fabcff9e7d11 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 14 Jul 2016 20:04:59 +0200 Subject: Use - as command-name separator everywhere Old-style commands using _ as separator (e.g. show_progress) were still used in some places, including documentation and configuration files. This commit updates all such instances to the new style (show-progress) so that commands are easier to find in the manual. --- DOCS/man/ipc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/ipc.rst') diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst index 7a0ed69723..80ba838a6e 100644 --- a/DOCS/man/ipc.rst +++ b/DOCS/man/ipc.rst @@ -41,7 +41,7 @@ It's also possible to send input.conf style text-only commands: :: - > echo 'show_text ${playback-time}' | socat - /tmp/mpvsocket + > echo 'show-text ${playback-time}' | socat - /tmp/mpvsocket But you won't get a reply over the socket. (This particular command shows the playback time on the player's OSD.) @@ -65,7 +65,7 @@ You can send commands from a command prompt: :: - echo show_text ${playback-time} >\\.\pipe\mpvsocket + echo show-text ${playback-time} >\\.\pipe\mpvsocket To be able to simultaneously read and write from the IPC pipe, like on Linux, it's necessary to write an external program that uses overlapped file I/O (or -- cgit v1.2.3