summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSagnac <83491030+Sagnac@users.noreply.github.com>2022-06-08 20:34:17 +0000
committerDudemanguy <random342@airmail.cc>2022-06-10 13:42:10 +0000
commitaab9ab97f0340fbb042b71fce100f334098e255f (patch)
treef42ad42d8a4bfc8844f83193fb93f85bb414beaa
parent7ff4a27eb600dc01d20547880056c13d6cf3e9e7 (diff)
downloadmpv-aab9ab97f0340fbb042b71fce100f334098e255f.tar.bz2
mpv-aab9ab97f0340fbb042b71fce100f334098e255f.tar.xz
DOCS/options: fix incorrect labelling of hr-seek default
The `absolute` value was incorrectly labelled as the default instead of the value named `default`, which was somewhat confusing. When the newer default option was added in 679e410 it seems like wm4 forgot to remove the label in the manual on the previous default.
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 21a984e480..e3aeb4b5bb 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -298,10 +298,10 @@ Playback Control
:no: Never use precise seeks.
:absolute: Use precise seeks if the seek is to an absolute position in the
file, such as a chapter seek, but not for relative seeks like
- the default behavior of arrow keys (default).
+ the default behavior of arrow keys.
:default: Like ``absolute``, but enable hr-seeks in audio-only cases. The
exact behavior is implementation specific and may change with
- new releases.
+ new releases (default).
:yes: Use precise seeks whenever possible.
:always: Same as ``yes`` (for compatibility).