diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS index 4442aec33..21e6e23b0 100644 --- a/ACKNOWLEDGEMENTS +++ b/ACKNOWLEDGEMENTS @@ -42,7 +42,7 @@ for the Squashfs kernel code. Vito Di Leo sent a patch extending Mksquashfs to support regex filters. While his patched worked, it unfortunately made it easy to make Mksquashfs -perform unpredictably with poorly choosen regex expressions. It, however, +perform unpredictably with poorly chosen regex expressions. It, however, encouraged myself to add support for wildcard pattern matching and regex filters in a different way. diff --git a/ACTIONS-README b/ACTIONS-README index d25adcb0c..2dbb9e1ff 100644 --- a/ACTIONS-README +++ b/ACTIONS-README @@ -32,7 +32,7 @@ and vice-versa: An action consists of two parts, separated by an "@". The action to be executed is placed before the @, and one or more tests are -placed afer the @. If the action or tests has an argument, it is +placed after the @. If the action or tests has an argument, it is given in brackets. Brackets are optional if no argument is needed, e.g. @@ -580,7 +580,7 @@ solid state media, seeking is not such a major issue anymore. Tell Mksquashfs not to use tail-end packing for the files matching the exppression. -For obvious reasons this should be used in conjuction with the global +For obvious reasons this should be used in conjunction with the global Mksquashfs option -always-use-fragments. By default tail-ends are not packed into fragments. @@ -662,7 +662,7 @@ Adds the read and write permissions to both user and group. 3. chmod(u=rw,go=r) -Sets the permissions to rw-r--r--, which is eqivalent to +Sets the permissions to rw-r--r--, which is equivalent to 4. chmod(644) @@ -767,9 +767,9 @@ Otherwise it can be added to all files. The extended attribute value by default will be treated as binary (i.e. an uninterpreted byte sequence), but it can be prefixed with 0s, where it will be treated as base64 encoded, or prefixed with 0x, where it will be treated as -hexidecimal. +hexadecimal. -Obviously using base64 or hexidecimal allows values to be used that cannot be +Obviously using base64 or hexadecimal allows values to be used that cannot be entered on the command line such as non-printable characters etc. But it renders the string non-human readable. To keep readability and to allow non-printable characters to be entered, the 0t prefix is supported. This diff --git a/INSTALL b/INSTALL index 4941bf17e..b106d9d73 100644 --- a/INSTALL +++ b/INSTALL @@ -30,7 +30,7 @@ to /usr/local/bin by typing "sudo make install". 2.1 Compressors supported By default the Makefile is configured to build Mksquashfs and Unsquashfs -with GZIP suppport. Read the Makefile in squashfs-tools for instructions on +with GZIP support. Read the Makefile in squashfs-tools for instructions on building LZO, LZ4, XZ and ZSTD compression support. 2.2 Extended attribute support (XATTRs) diff --git a/README-4.5 b/README-4.5 index 86a076f0b..027272c11 100644 --- a/README-4.5 +++ b/README-4.5 @@ -140,7 +140,7 @@ of files within fragments. Specifically, it creates a specialised fragment called "cfiles" which packs files matching the wildcard name "*.[ch]". It also creates another specialised fragment called "ofiles" which packs -files matching the wilcard name "*.o". +files matching the wildcard name "*.o". Producing specialised fragments which only pack files which match a range of tests, can produce better compression and/or I/O performance as @@ -353,7 +353,7 @@ Mksquashfs now allows you to pipe the set of files to be added to the filesystem to standard in (stdin), if the -cpiostyle option is given. As with cpio, directories are not recursively scanned, and their contents -added. Evey file to be added to the filesystem must be explicitly +added. Every file to be added to the filesystem must be explicitly specified. Typically the list of files to be added will be produced via find, or a @@ -365,7 +365,7 @@ For example Will create an image containing everything in squashfs-tools and its sub-directories. Note, "-" is given as the source pathname in Mksquashfs, -and indicates no commmand line sources. +and indicates no command line sources. and the following will add just the files ending in .c, .h and .o. @@ -412,7 +412,7 @@ higher the percentage, the greater the throughput of the reader thread. The Pseudo file definitions previously supported did not allow the time of the file to be set. New extended pseudo file definitions have been added -which take a