From 3db8715f70bb5406ae00fb97c30d7dbc6c733a31 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Feb 2020 23:11:02 +0100 Subject: manpage: minor fixes In particular, all_formats description split away the example section of an unrelated option, so move that to its proper place. --- DOCS/man/ipc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/ipc.rst') diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst index 42e67f6e4a..2919dd3dff 100644 --- a/DOCS/man/ipc.rst +++ b/DOCS/man/ipc.rst @@ -315,7 +315,7 @@ When executed, a socket (the IPC connection) is passed to them through file descriptor inheritance. The file descriptor is indicated as the special command line argument ``--mpv-ipc-fd=N``, where ``N`` is the numeric file descriptor. Currently, this is hardcoded as ``--mpv-ipc-fd=3``, and the intention is that -it will always be ``3``. (This was a promise between keeping it as simple as +it will always be ``3``. (This was a compromise between keeping it as simple as possible, and not doing too much implicitly. Also, since there is a chance that this will change anyway, you should at least validate that you got the expected argument.) -- cgit v1.2.3