mirror of https://github.com/mpv-player/mpv
DOCS/man/input.rst: fix incorrect syntax
Some incorrect syntax is used in DOCS/man/input.rst with c678033c1d
causing failure of PDF manual generation with rst2pdf. There are single
rather than double back-ticks for insert-at and insert-at-play so this
is fixed and a couple of typos are also corrected with this commit.
This commit is contained in:
parent
68c61fd89f
commit
f532f3f38f
|
@ -483,11 +483,11 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
|
|||
is currently playing, start playback. (Always starts with the added
|
||||
file, even if the playlist was not empty before running this command.)
|
||||
|
||||
The third argument is an insertion index, used only by the `insert-at` and
|
||||
`insert-at-play` actions. When used with those actions, the new item will be
|
||||
insert at the <index> position in the playlist, or appended to the end if
|
||||
<index> is less than 0 or greater than the size of the playlist. This
|
||||
argument will be ignored for all other actions.
|
||||
The third argument is an insertion index, used only by the ``insert-at`` and
|
||||
``insert-at-play`` actions. When used with those actions, the new item will
|
||||
be inserted at the index position in the playlist, or appended to the end if
|
||||
index is less than 0 or greater than the size of the playlist. This argument
|
||||
will be ignored for all other actions.
|
||||
|
||||
The fourth argument is a list of options and values which should be set
|
||||
while the file is playing. It is of the form ``opt1=value1,opt2=value2,..``.
|
||||
|
@ -524,11 +524,11 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
|
|||
new playlist, even if the internal playlist was not empty before running
|
||||
this command.)
|
||||
|
||||
The third argument is an insertion index, used only by the `insert-at` and
|
||||
`insert-at-play` actions. When used with those actions, the new playlist
|
||||
will be insert at the <index> position in the internal playlist, or appended
|
||||
to the end if <index> is less than 0 or greater than the size of the
|
||||
internal playlist. This argument will be ignored for all other actions.
|
||||
The third argument is an insertion index, used only by the ``insert-at`` and
|
||||
``insert-at-play`` actions. When used with those actions, the new playlist
|
||||
will be inserted at the index position in the internal playlist, or appended
|
||||
to the end if index is less than 0 or greater than the size of the internal
|
||||
playlist. This argument will be ignored for all other actions.
|
||||
|
||||
``playlist-clear``
|
||||
Clear the playlist, except the currently played file.
|
||||
|
|
Loading…
Reference in New Issue