summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-18 23:11:11 +0200
committerwm4 <wm4@nowhere>2015-08-18 23:11:11 +0200
commit594071dbf407830d4a076e062c353f6a8fb2e172 (patch)
tree4ad99c557608249ee9f1fe9cc869f28d54afefbd /DOCS/man/input.rst
parent5eb6466e54ac2e8d4a5265418b04644d15302ece (diff)
downloadmpv-594071dbf407830d4a076e062c353f6a8fb2e172.tar.bz2
mpv-594071dbf407830d4a076e062c353f6a8fb2e172.tar.xz
manpage: fix typo
Actually, this was unintentionally changed in commit 70e0bc1e.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 9910d6b9c0..049b221758 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -711,7 +711,7 @@ client messages (``MPV_EVENT_CLIENT_MESSAGE`` in the C API).
the client which registered the hook. This message has the following
arguments:
- 1. the string ``hook-run``
+ 1. the string ``hook_run``
2. the ``id`` argument the hook was registered with as string (this can be
used to correctly handle multiple hooks registered by the same client,
as long as the ``id`` argument is unique in the client)