From aab9ab97f0340fbb042b71fce100f334098e255f Mon Sep 17 00:00:00 2001 From: Sagnac <83491030+Sagnac@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:34:17 +0000 Subject: 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. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') 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). -- cgit v1.2.3