1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-06 17:43:02 +00:00

DOCS: fix manual compiling warnings

This fix the warnings shown below when compiling the manual for
any of its three common formats:

```
DOCS/man/mpv.rst:46: (ERROR/3) Unknown target name: "--input-test".
DOCS/man/stats.rst:183: (ERROR/3) Unknown target name: "--input-test".
```
This commit is contained in:
garoto 2021-07-22 16:00:44 -03:00 committed by avih
parent 6808fff132
commit 67ddffcc26
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ The following listings are not necessarily complete. See ``etc/input.conf`` for
a list of default bindings. User ``input.conf`` files and Lua scripts can a list of default bindings. User ``input.conf`` files and Lua scripts can
define additional key bindings. define additional key bindings.
See also `--input-test`_ for interactive binding details by key, and the See also ``--input-test`` for interactive binding details by key, and the
`stats`_ built-in script for key bindings list (including print to terminal). `stats`_ built-in script for key bindings list (including print to terminal).
Keyboard Control Keyboard Control

View File

@ -181,7 +181,7 @@ Active key bindings page
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
Lists the active key bindings and the commands they're bound to, excluding the Lists the active key bindings and the commands they're bound to, excluding the
interactive keys of the stats script itself. See also `--input-test`_ for more interactive keys of the stats script itself. See also ``--input-test`` for more
detailed view of each binding. detailed view of each binding.
The keys are grouped automatically using a simple analysis of the command The keys are grouped automatically using a simple analysis of the command