diff --git a/doc/man/mkvmerge.xml b/doc/man/mkvmerge.xml
index c9b1ab54e..a6779f14a 100644
--- a/doc/man/mkvmerge.xml
+++ b/doc/man/mkvmerge.xml
@@ -457,6 +457,47 @@
+
+
+
+
+ Tells &mkvmerge; to create a meta seek element at the end of the file containing all clusters. See also the section about the
+ &matroska; file layout.
+
+
+
+
+
+
+ factor
+
+
+ Forces the timestamp scale factor to factor. Valid values are in the range
+ 1000..10000000 or the special value -1.
+
+
+
+ Normally &mkvmerge; will use a value of 1000000 which means that timestamps and durations will have a precision of
+ 1ms. For files that will not contain a video track but at least one audio track &mkvmerge; will automatically chose a timestamp scale
+ factor so that all timestamps and durations have a precision of one audio sample. This causes bigger overhead but allows precise
+ seeking and extraction.
+
+
+
+ If the special value -1 is used then &mkvmerge; will use sample precision even if a video track is present.
+
+
+
+
+
+
+
+
+ Write durations for all blocks. This will increase file size and does not offer any additional value for players at the moment.
+
+
+
+
@@ -469,16 +510,6 @@
-
-
-
-
- Tells &mkvmerge; to create a meta seek element at the end of the file containing all clusters. See also the section about the
- &matroska; file layout.
-
-
-
-
@@ -499,15 +530,6 @@
-
-
-
-
- Write durations for all blocks. This will increase file size and does not offer any additional value for players at the moment.
-
-
-
-
@@ -522,27 +544,6 @@
-
-
- factor
-
-
- Forces the timestamp scale factor to factor. Valid values are in the range
- 1000..10000000 or the special value -1.
-
-
-
- Normally &mkvmerge; will use a value of 1000000 which means that timestamps and durations will have a precision of
- 1ms. For files that will not contain a video track but at least one audio track &mkvmerge; will automatically chose a timestamp scale
- factor so that all timestamps and durations have a precision of one audio sample. This causes bigger overhead but allows precise
- seeking and extraction.
-
-
-
- If the special value -1 is used then &mkvmerge; will use sample precision even if a video track is present.
-
-
-