diff --git a/doc/man/mkvmerge.xml b/doc/man/mkvmerge.xml
index d455319c7..c5d0aabb2 100644
--- a/doc/man/mkvmerge.xml
+++ b/doc/man/mkvmerge.xml
@@ -1558,10 +1558,9 @@ $ mkvmerge -o out.mkv '(' file.mkv ')'
TID:n
- Forces the NALU size length to n bytes. This parameter is only used if the
- AVC/H.264 elementary stream packetizer is used. If left out it defaults to 4 bytes, but there are
- files that contain frames or slices that are all smaller than 65536 bytes. For such files you can use this parameter and decrease
- the size to 2.
+ Forces the NALU size length to n bytes. This parameter is only used if the AVC/H.264
+ elementary stream packetizer is used. If left out it defaults to 4 bytes, but there are files that contain frames or slices that are
+ all smaller than 65536 bytes. For such files you can use this parameter and decrease the size to 2.
@@ -1574,8 +1573,8 @@ $ mkvmerge -o out.mkv '(' file.mkv ')'
'none', 'zlib' and 'mpeg4_p2'/'mpeg4p2'.
- The compression method 'mpeg4_p2'/'mpeg4p2' is a special compression method called
- 'header removal' that is only available for MPEG4 part 2 video tracks.
+ The compression method 'mpeg4_p2'/'mpeg4p2' is a special compression method called 'header
+ removal' that is only available for MPEG4 part 2 video tracks.
The default for some subtitle types is 'zlib' compression. This compression method is also the one that most if
@@ -1594,8 +1593,7 @@ $ mkvmerge -o out.mkv '(' file.mkv ')'
, TID:FourCC
- Forces the FourCC to the specified value. Works only for video tracks in the 'MS compatibility
- mode'.
+ Forces the FourCC to the specified value. Works only for video tracks in the 'MS compatibility mode'.
@@ -2512,9 +2510,8 @@ Track ID 1: audio (A_MPEG/L3)
- &mkvmerge; does this conversion automatically based on the presence of a byte order marker (short:
- BOM) or the system's current locale. How the character set is inferred from the locale depends on the operating system
- that &mkvmerge; is run on.
+ &mkvmerge; does this conversion automatically based on the presence of a byte order marker (short: BOM) or the system's
+ current locale. How the character set is inferred from the locale depends on the operating system that &mkvmerge; is run on.
@@ -2633,9 +2630,8 @@ Track ID 1: audio (A_MPEG/L3)
- An option file contains JSON-formatted data. Its content must be a valid JSON array consisting solely of JSON
- strings. The file's encoding must be UTF-8. The file should not start with a byte order marker
- (BOM), but if one exists, it will be skipped.
+ An option file contains JSON-formatted data. Its content must be a valid JSON array consisting solely of JSON strings. The file's
+ encoding must be UTF-8. The file should not start with a byte order marker (BOM), but if one exists, it will be skipped.
@@ -2797,9 +2793,9 @@ Track ID 1: audio (A_MPEG/L3)
- &mkvmerge; supports two kinds of chapter files as its input. The first format, called 'simple chapter
- format', is the same format that the OGM tools expect. The second format is a &xml; based
- chapter format which supports all of &matroska;'s chapter functionality.
+ &mkvmerge; supports two kinds of chapter files as its input. The first format, called 'simple chapter format', is the same format that
+ the OGM tools expect. The second format is a &xml; based chapter format which supports all of &matroska;'s chapter
+ functionality.
@@ -3014,9 +3010,8 @@ CHAPTER03NAME=Baby rocks the house
- Otherwise the data is expected to be Base64 encoded. This is an encoding that transforms binary data into
- a limited set of ASCII characters and is used e.g. in email programs. &mkvextract; will output
- Base64 encoded data for binary elements.
+ Otherwise the data is expected to be Base64 encoded. This is an encoding that transforms binary data into a limited set of
+ ASCII characters and is used e.g. in email programs. &mkvextract; will output Base64 encoded data for binary elements.