Package: dar Version: 2.3.9-2 Severity: minor Tags: patch
Found a few typos in '/usr/share/man/man1/dar.1.gz', see attached '.diff'. Hope this helps... -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Versions of packages dar depends on: ii libattr1 1:2.4.44-1 Extended attribute shared library ii libbz2-1.0 1.0.5-3 high-quality block-sorting file co ii libc6 2.10.1-3 GNU C Library: Shared libraries ii libdar64-4 2.3.9-2 Disk ARchive: Shared library ii libgcc1 1:4.4.2-2 GCC support library ii libssl0.9.8 0.9.8k-5 SSL shared libraries ii libstdc++6 4.4.2-2 The GNU Standard C++ Library v3 ii zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime dar recommends no packages. Versions of packages dar suggests: pn dar-docs <none> (no description available) pn par2 <none> (no description available) -- no debconf information
--- dar.1 2009-10-20 19:55:27.000000000 -0400 +++ /tmp/dar.1 2009-11-05 06:53:03.000000000 -0500 @@ -276,7 +276,7 @@ -abinary, --alter=binary[-unit[s]] when using k M G T E Z Y prefixes to define a size, use the historical computer science meaning: multiple of 2^10 (a Mega is 1,048,576). .P -The --alter=SI and --alter=binary options can be used several times on the command line. They affect all prefixes which follow, even those found in files included by the -B option, up to the next --alter=binary or --alter=SI occurrence. Note that if in a file included by the -B option, an --alter=binary or --alter=SI is encountered, it affects all the following prefixes, even those outside the included files. For example, when running with the parameters "-B some.dcf -s 1K", 1K may be equal to 1000 or 1024, depending on --alter=binary or --alter=SI being present in the some.dcf file. By default (before any --alter=SI/binary option is reached), binary interpreration of prefixes is done, for compatibility with older versions. +The --alter=SI and --alter=binary options can be used several times on the command line. They affect all prefixes which follow, even those found in files included by the -B option, up to the next --alter=binary or --alter=SI occurrence. Note that if in a file included by the -B option, an --alter=binary or --alter=SI is encountered, it affects all the following prefixes, even those outside the included files. For example, when running with the parameters "-B some.dcf -s 1K", 1K may be equal to 1000 or 1024, depending on --alter=binary or --alter=SI being present in the some.dcf file. By default (before any --alter=SI/binary option is reached), binary interpretation of prefixes is done, for compatibility with older versions. .TP 20 -Q Do not display an initial warning on stderr when not launched from a terminal @@ -533,7 +533,7 @@ an error has occurred when calling a libdar routine. This means the caller (dar program), did not respect the specification of the API (and this can be considered as a particular case of a bug). .TP 10 8 -the version of dar used is based in finite length integers (it has been compiled with the option --enable-mode=...). This code is returned when an integer overflow occurred. use the full version (based in infinint) to avoid this error. +the version of dar used is based in finite length integers (it has been compiled with the option --enable-mode=...). This code is returned when an integer overflow occurred. use the full version (based in infinity) to avoid this error. .TP 10 9 this code indicates an unknown error. I have probably forgotten to update the exception caching code to take care of new exceptions... this is a minor bug you are welcome to report.