summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2016-08-17 23:25:52 +0200
committerwm4 <wm4@nowhere>2016-08-17 23:33:20 +0200
commite02cb674ceb3470e938100514825edfafa6e03de (patch)
tree405124d37817920184e882854cde6f339ceb6785 /DOCS
parentf5bbb5aed22f9c52ce078522dc3da6a9403e8a9d (diff)
downloadmpv-e02cb674ceb3470e938100514825edfafa6e03de.tar.bz2
mpv-e02cb674ceb3470e938100514825edfafa6e03de.tar.xz
manpage: input: fix define-section syntax
Source says "force", manpage said "forced". Now both say "force".
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 2cc41bf5d5..8cdba41a3d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -526,7 +526,7 @@ Input Commands that are Possibly Subject to Change
``disable-section "<section>"``
Disable the named input section. Undoes ``enable-section``.
-``define-section "<section>" "<contents>" [default|forced]``
+``define-section "<section>" "<contents>" [default|force]``
Create a named input section, or replace the contents of an already existing
input section. The ``contents`` parameter uses the same syntax as the
``input.conf`` file (except that using the section syntax in it is not
@@ -544,7 +544,7 @@ Input Commands that are Possibly Subject to Change
<default> (also used if parameter omitted)
Use a key binding defined by this section only if the user hasn't
already bound this key to a command.
- <forced>
+ <force>
Always bind a key. (The input section that was made active most recently
wins if there are ambiguities.)