summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ipc.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-19 23:11:02 +0100
committerwm4 <wm4@nowhere>2020-02-19 23:11:02 +0100
commit3db8715f70bb5406ae00fb97c30d7dbc6c733a31 (patch)
tree05c4dbfec92e668349a1655126db62cb554bbaee /DOCS/man/ipc.rst
parente2ab6b7f3567542a2a1b5aab053d513737e72878 (diff)
downloadmpv-3db8715f70bb5406ae00fb97c30d7dbc6c733a31.tar.bz2
mpv-3db8715f70bb5406ae00fb97c30d7dbc6c733a31.tar.xz
manpage: minor fixes
In particular, all_formats description split away the example section of an unrelated option, so move that to its proper place.
Diffstat (limited to 'DOCS/man/ipc.rst')
-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 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.)