Package: squashfs-tools
Version: 1:4.0-8
Severity: minor
Tags: patch

See below.
diff -Naur squashfs-tools-4.0.orig/debian/manpages/mksquashfs.1 squashfs-tools-4.0/debian/manpages/mksquashfs.1
--- squashfs-tools-4.0.orig/debian/manpages/mksquashfs.1	2011-05-20 12:48:58.000000000 +0200
+++ squashfs-tools-4.0/debian/manpages/mksquashfs.1	2011-05-20 12:48:42.000000000 +0200
@@ -7,7 +7,7 @@
 \fBmksquashfs\fR \fISOURCE\fR [\fISOURCE2\fR \fI...\fR] \fIDESTINATION\fR [\fIOPTIONS\fR]
 
 .SH DESCRIPTION
-Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K.
+Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimize data overhead. Block sizes greater than 4K are supported up to a maximum of 64K.
 .PP
 Squashfs is intended for general read\-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed.
 
@@ -27,7 +27,7 @@
 .IP "\-force\-uid uid" 4
 set all file uids to uid.
 .IP "\-fragment\-queue \fIsize\fR" 4
-Set fagment queue to \fIsize\fR Mbytes. Default 64 Mbytes.
+Set fragment queue to \fIsize\fR Mbytes. Default 64 Mbytes.
 .IP "\-info" 4
 print files written to filesystem.
 .IP "\-keep\-as\-directory" 4
@@ -79,7 +79,7 @@
 .IP "\-sort \fIsort_file\fR" 4
 sort files according to priorities in \fIsort_file\fR. One file or dir with priority per line. Priority \-32768 to 32767, default priority 0.
 .IP "\-version" 4
-print version, licence and copyright message.
+print version, license and copyright message.
 .IP "\-wildcards" 4
 Allow extended shell wildcards (globbing) to be used in exclude dirs/files.
 .IP "\-write\-queue \fIsize\fR" 4
diff -Naur squashfs-tools-4.0.orig/debian/manpages/unsquashfs.1 squashfs-tools-4.0/debian/manpages/unsquashfs.1
--- squashfs-tools-4.0.orig/debian/manpages/unsquashfs.1	2011-05-20 12:48:58.000000000 +0200
+++ squashfs-tools-4.0/debian/manpages/unsquashfs.1	2011-05-20 12:47:30.000000000 +0200
@@ -7,7 +7,7 @@
 \fBunsquashfs\fR [\fIOPTIONS\fR] \fIFILESYSTEM\fR [\fIdirectories or files to extract\fR]
 
 .SH DESCRIPTION
-Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K.
+Squashfs is a highly compressed read\-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimize data overhead. Block sizes greater than 4K are supported up to a maximum of 64K.
 .PP
 Squashfs is intended for general read\-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed.
 
@@ -21,7 +21,7 @@
 .IP "\-f[orce]" 4
 if file already exists then overwrite.
 .IP "\-fr[ag-queue] \fIsize\fR" 4
-Set fagment queue to \fIsize\fR Mbytes. Default 256 Mbytes.
+Set fragment queue to \fIsize\fR Mbytes. Default 256 Mbytes.
 .IP "\-i[nfo]" 4
 print files as they are unsquashed.
 .IP "\-li[nfo]" 4
@@ -39,7 +39,7 @@
 .IP "\-s[tat]" 4
 display filesystem superblock information.
 .IP "\-v[ersion]" 4
-print version, licence and copyright information.
+print version, license and copyright information.
 
 .SH SEE ALSO
 mksquashfs(1)

Reply via email to