summaryrefslogtreecommitdiffstats
path: root/DOCS/man/osc.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-09 20:39:33 +0200
committerwm4 <wm4@nowhere>2016-05-09 20:39:33 +0200
commit73aa7484f23b5fc006d930200b366d5193af9fe3 (patch)
tree2fa181db032e9742570727d12222b8b4d6d660f3 /DOCS/man/osc.rst
parent46fff8d31af0b79fe3de4aaee93bb66c248118a0 (diff)
downloadmpv-73aa7484f23b5fc006d930200b366d5193af9fe3.tar.bz2
mpv-73aa7484f23b5fc006d930200b366d5193af9fe3.tar.xz
manpage: fix some script_message references to preferred name
Diffstat (limited to 'DOCS/man/osc.rst')
-rw-r--r--DOCS/man/osc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 587b8104d2..c737d2e898 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -266,6 +266,6 @@ Example
You could put this into ``input.conf`` to hide the OSC with the ``a`` key and
to set auto mode (the default) with ``b``::
- a script_message osc-visibility never
- b script_message osc-visibility auto
+ a script-message osc-visibility never
+ b script-message osc-visibility auto