1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 07:16:56 +00:00

manpage: fix typo

Actually, this was unintentionally changed in commit 70e0bc1e.
This commit is contained in:
wm4 2015-08-18 23:11:11 +02:00
parent 5eb6466e54
commit 594071dbf4

View File

@ -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)