manpage: fix PDF build

Not clear what exactly makes it fail with this change, but making
the note paragraph added in d5ab5482a9 a note structure seems to fix it.
This commit is contained in:
garoto 2021-01-22 17:48:13 -03:00 committed by Jan Ekström
parent 51852aad52
commit f6a92659fd
1 changed files with 6 additions and 4 deletions

View File

@ -392,7 +392,9 @@ Playback Control
difference between the two option is that this option performs a seek on difference between the two option is that this option performs a seek on
loop, instead of reloading the file. loop, instead of reloading the file.
Note that ``--loop-file`` counts the number of times it causes the player to .. note::
``--loop-file`` counts the number of times it causes the player to
seek to the beginning of the file, not the number of full playthroughs. This seek to the beginning of the file, not the number of full playthroughs. This
means ``--loop-file=1`` will end up playing the file twice. Contrast with means ``--loop-file=1`` will end up playing the file twice. Contrast with
``--loop-playlist``, which counts the number of full playthroughs. ``--loop-playlist``, which counts the number of full playthroughs.