Package: mtd-utils
Version: 20110107-1
Severity: minor
Tags: patch

mkfs.jffs2 --help and man mkfs.jffs2 contain incorrect spelling of 'avaiable'
and 'priortiry', attaching a patch for this.



-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages mtd-utils depends on:
ii  libc6                   2.11.2-8         Embedded GNU C Library: Shared lib
ii  liblzo2-2               2.03-2           data compression library
ii  libuuid1                2.17.2-7         Universally Unique ID library
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

mtd-utils recommends no packages.

mtd-utils suggests no packages.
diff -c -r orig//mtd-utils-20110107/mkfs.jffs2.1 new//mtd-utils-20110107/mkfs.jffs2.1
*** orig//mtd-utils-20110107/mkfs.jffs2.1	Thu Dec  2 04:26:14 2010
--- new//mtd-utils-20110107/mkfs.jffs2.1	Fri Jan 21 23:36:06 2011
***************
*** 105,111 ****
  option is not specified.
  
  Each block of the files to be placed into the file system image 
! are compressed using one of the avaiable compressors depending
  on the selected compression mode.
  
  File systems are created with the same endianness as the host,
--- 105,111 ----
  option is not specified.
  
  Each block of the files to be placed into the file system image 
! are compressed using one of the available compressors depending
  on the selected compression mode.
  
  File systems are created with the same endianness as the host,
***************
*** 208,228 ****
  .B -x, --disable-compressor=NAME
  Disable a compressor. Use
  .B -L
! to see the list of the avaiable compressors and their default states.
  .TP
  .B -X, --enable-compressor=NAME
  Enable a compressor. Use
  .B -L
! to see the list of the avaiable compressors and their default states.
  .TP
  .B -y, --compressor-priority=PRIORITY:NAME
  Set the priority of a compressor. Use
  .B -L
! to see the list of the avaiable compressors and their default priority.
  Priorities are used by priority compression mode.
  .TP
  .B -L, --list-compressors
! Show the list of the avaiable compressors and their states.
  .TP
  .B -t, --test-compression
  Call decompress after every compress - and compare the result with the original data -, and
--- 208,228 ----
  .B -x, --disable-compressor=NAME
  Disable a compressor. Use
  .B -L
! to see the list of the available compressors and their default states.
  .TP
  .B -X, --enable-compressor=NAME
  Enable a compressor. Use
  .B -L
! to see the list of the available compressors and their default states.
  .TP
  .B -y, --compressor-priority=PRIORITY:NAME
  Set the priority of a compressor. Use
  .B -L
! to see the list of the available compressors and their default priority.
  Priorities are used by priority compression mode.
  .TP
  .B -L, --list-compressors
! Show the list of the available compressors and their states.
  .TP
  .B -t, --test-compression
  Call decompress after every compress - and compare the result with the original data -, and
diff -c -r orig//mtd-utils-20110107/mkfs.jffs2.c new//mtd-utils-20110107/mkfs.jffs2.c
*** orig//mtd-utils-20110107/mkfs.jffs2.c	Thu Dec  2 04:26:14 2010
--- new//mtd-utils-20110107/mkfs.jffs2.c	Fri Jan 21 23:37:25 2011
***************
*** 1393,1406 ****
  "  -s, --pagesize=SIZE     Use page size (max data node size) SIZE (default: 4KiB)\n"
  "  -e, --eraseblock=SIZE   Use erase block size SIZE (default: 64KiB)\n"
  "  -c, --cleanmarker=SIZE  Size of cleanmarker (default 12)\n"
! "  -m, --compr-mode=MODE   Select compression mode (default: priortiry)\n"
  "  -x, --disable-compressor=COMPRESSOR_NAME\n"
  "                          Disable a compressor\n"
  "  -X, --enable-compressor=COMPRESSOR_NAME\n"
  "                          Enable a compressor\n"
  "  -y, --compressor-priority=PRIORITY:COMPRESSOR_NAME\n"
  "                          Set the priority of a compressor\n"
! "  -L, --list-compressors  Show the list of the avaiable compressors\n"
  "  -t, --test-compression  Call decompress and compare with the original (for test)\n"
  "  -n, --no-cleanmarkers   Don't add a cleanmarker to every eraseblock\n"
  "  -o, --output=FILE       Output to FILE (default: stdout)\n"
--- 1393,1406 ----
  "  -s, --pagesize=SIZE     Use page size (max data node size) SIZE (default: 4KiB)\n"
  "  -e, --eraseblock=SIZE   Use erase block size SIZE (default: 64KiB)\n"
  "  -c, --cleanmarker=SIZE  Size of cleanmarker (default 12)\n"
! "  -m, --compr-mode=MODE   Select compression mode (default: priority)\n"
  "  -x, --disable-compressor=COMPRESSOR_NAME\n"
  "                          Disable a compressor\n"
  "  -X, --enable-compressor=COMPRESSOR_NAME\n"
  "                          Enable a compressor\n"
  "  -y, --compressor-priority=PRIORITY:COMPRESSOR_NAME\n"
  "                          Set the priority of a compressor\n"
! "  -L, --list-compressors  Show the list of the available compressors\n"
  "  -t, --test-compression  Call decompress and compare with the original (for test)\n"
  "  -n, --no-cleanmarkers   Don't add a cleanmarker to every eraseblock\n"
  "  -o, --output=FILE       Output to FILE (default: stdout)\n"

Reply via email to