summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-09-10 23:03:58 +0200
committerwm4 <wm4@nowhere>2020-09-10 23:03:58 +0200
commit78bbd62d3b7facd1886443e1553cda32a73163f8 (patch)
tree3e9cf4f06509563df6b1db5c7c157def2749bde4
parentf250c2940385a13bb4f4f408a0504d1f0be5ee48 (diff)
downloadmpv-78bbd62d3b7facd1886443e1553cda32a73163f8.tar.bz2
mpv-78bbd62d3b7facd1886443e1553cda32a73163f8.tar.xz
manpage: "fix" some formatting
Yeah, fuck this retarded garbage.
-rw-r--r--DOCS/man/input.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 18027ce17a..2b2ad76719 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1061,7 +1061,9 @@ Input Commands that are Possibly Subject to Change
again.
``format``
- String that gives the type of the overlay. Accepts the following values:
+ String that gives the type of the overlay. Accepts the following values
+ (HTML rendering of this is broken, view the generated manpage instead,
+ or the raw RST source):
``ass-events``
The ``data`` parameter is a string. The string is split on the
@@ -1134,9 +1136,11 @@ Input Commands that are Possibly Subject to Change
This feature is experimental, and may change in some way again.
- Note: always use named arguments (``mpv_command_node()``). Scripts should
- use the ``mp.create_osd_overlay()`` helper instead of invoking this command
- directly.
+ .. note::
+
+ Always use named arguments (``mpv_command_node()``). Lua scripts should
+ use the ``mp.create_osd_overlay()`` helper instead of invoking this
+ command directly.
``script-message [<arg1> [<arg2> [...]]]``
Send a message to all clients, and pass it the following list of arguments.