On Tue, Jan 28, 2025 at 10:05:18PM +0100, Sebastian Andrzej Siewior wrote: > On 2025-01-28 06:52:30 [+0000], Bjarni Ingi Gislason wrote: > > General remarks and further material, if a diff-file exist, are in the > > attachments. > > I would consider to apply the patch attached to fix the table thingy and > be done with it. Do you intend to submit a patch for the other issues? > Could you please submit a proper patch with Author: and so on? > > I would route it to upstream first. > > Sebastian
Fixing the tables is good enough. The patch is in the attachment.
Tables: Use format 'l' (L), not 'c', for the last header column if it is wider than data in its column. Signed-off-by: Bjarni Ingi Gislason <[email protected]> --- xz.1 => xz.1.new | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xz.1 b/xz.1.new index 5b880e8..37c1749 100644 --- a/xz.1 +++ b/xz.1.new @@ -754,7 +754,7 @@ The following table summarises the features of the presets: .PP .TS tab(;); -c c c c c +c c c c l n n n n n. Preset;DictSize;CompCPU;CompMem;DecMem \-0;256 KiB;0;3 MiB;1 MiB @@ -842,7 +842,7 @@ That way no two presets are identical. .PP .TS tab(;); -c c c c c +c c c c l n n n n n. Preset;DictSize;CompCPU;CompMem;DecMem \-0e;256 KiB;8;4 MiB;1 MiB @@ -2607,7 +2607,7 @@ Dictionary size is roughly equal to the decompressor memory usage. .PP .TS tab(;); -c c c +c c l c n n. Level;xz;LZMA Utils \-0;256 KiB;N/A @@ -2632,7 +2632,7 @@ make the difference even bigger: .PP .TS tab(;); -c c c +c c l c n n. Level;xz;LZMA Utils 4.32.x \-0;3 MiB;N/A @@ -2997,7 +2997,7 @@ Here are the relevant parts collected from those two tables: .PP .TS tab(;); -c c +c l n n. Preset;CompCPU \-0;0

