From 67ddffcc264e4d9af4dd93e82e5f997049ac49d1 Mon Sep 17 00:00:00 2001 From: garoto Date: Thu, 22 Jul 2021 16:00:44 -0300 Subject: 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". ``` --- DOCS/man/mpv.rst | 2 +- DOCS/man/stats.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 2916d46707..0f93556d12 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -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 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). Keyboard Control diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst index 58d73b4072..645a524b76 100644 --- a/DOCS/man/stats.rst +++ b/DOCS/man/stats.rst @@ -181,7 +181,7 @@ Active key bindings page ~~~~~~~~~~~~~~~~~~~~~~~~ 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. The keys are grouped automatically using a simple analysis of the command -- cgit v1.2.3