Hi Larhzu,

A patch.  I checked with hunspell -n to see if there was
anything else automatically detectable to fix in the man
pages and all I found was an extra l in parallellize,
which I have squashed into A Costa’s patch.

Hope you are doing well,
Jonathan

-- 8< --
From: A. Costa <agco...@gis.net>
Subject: Fix typos in man pages

Found a few typos in '/usr/share/man/man1/lzmainfo.1.gz' and
'/usr/share/man/man1/xz.1.gz', see attached '.diff' files.
---
 src/lzmainfo/lzmainfo.1 |    2 +-
 src/xz/xz.1             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git i/src/lzmainfo/lzmainfo.1 w/src/lzmainfo/lzmainfo.1
index ef736a6..3c7d33f 100644
--- i/src/lzmainfo/lzmainfo.1
+++ w/src/lzmainfo/lzmainfo.1
@@ -6,7 +6,7 @@
 .\"
 .TH LZMAINFO 1 "2009-08-13" "Tukaani" "XZ Utils"
 .SH NAME
-lzmainfo \- show infomation stored in the .lzma file header
+lzmainfo \- show information stored in the .lzma file header
 .SH SYNOPSIS
 .B lzmainfo
 .RB [ \-\-help ]
diff --git i/src/xz/xz.1 w/src/xz/xz.1
index 2c24170..00aa6c4 100644
--- i/src/xz/xz.1
+++ w/src/xz/xz.1
@@ -243,7 +243,7 @@ will decompress such files as if they were a single
 .B .xz
 file.
 .PP
-It is possible to insert padding between the concenated parts
+It is possible to insert padding between the concatenated parts
 or after the last part. The padding must be null bytes and the size
 of the padding must be a multiple of four bytes. This can be useful
 if the .xz file is stored on a medium that stores file sizes
@@ -1669,7 +1669,7 @@ On GNU and *BSD,
 .BR find (1)
 and
 .BR xargs (1)
-can be used to parallellize compression of many files:
+can be used to parallelize compression of many files:
 .PP
 .IP
 .B "find . \-type f \e! \-name '*.xz' \-print0 | xargs \-0r \-P4 \-n16 xz"
-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to