diff --git a/doc/man/mkvmerge.xml b/doc/man/mkvmerge.xml
index ac47708bc..24c0bfaba 100644
--- a/doc/man/mkvmerge.xml
+++ b/doc/man/mkvmerge.xml
@@ -450,17 +450,16 @@
The 'timecodes:' prefix must not be omitted.
-
-
- For this splitting mode the output filename is treated differently than for the normal operation. It may contain a
- printf like expression '%d' including an optional field width,
- e.g. '%02d'. If it does then the current file number will be formatted appropriately and inserted at that point
- in the filename. If there is no such pattern then a pattern of '-%03d' is assumed right before the file's
- extension: '-o output.mkv' would result in 'output-001.mkv' and so on. If there's no extension
- then '-%03d' will be appended to the name.
-
+
+ For this splitting mode the output filename is treated differently than for the normal operation. It may contain a
+ printf like expression '%d' including an optional field width,
+ e.g. '%02d'. If it does then the current file number will be formatted appropriately and inserted at that point
+ in the filename. If there is no such pattern then a pattern of '-%03d' is assumed right before the file's
+ extension: '-o output.mkv' would result in 'output-001.mkv' and so on. If there's no extension
+ then '-%03d' will be appended to the name.
+