Package: ddrescue Version: 1.10-1 Severity: wishlist Tags: patch The attached patch replace 'def' by 'default' in the manual page of dd_rescue.
-- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.19 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages ddrescue depends on: ii libc6 2.3.6-13 GNU C Library: Shared libraries ddrescue recommends no packages. -- no debconf information
--- dd_rescue.1.old 2006-06-19 14:54:56.876300000 +0200 +++ dd_rescue.1 2006-06-19 14:57:38.538403250 +0200 @@ -42,43 +42,43 @@ start position in input file (default=0) .TP .B \-S opos -start position in output file (def=ipos) +start position in output file (default=ipos) .TP .B \-b softbs -block size for copy operation (def=16384) +block size for copy operation (default=16384) .TP .B \-B hardbs -fallback block size in case of errs (def=512) +fallback block size in case of errs (default=512) .TP .B \-e maxerr -exit after maxerr errors (def=0=infinite) +exit after maxerr errors (default=0=infinite) .TP .B \-m maxxfer -maximum amount of data to be transfered (def=0=inf) +maximum amount of data to be transfered (default=0=inf) .TP .B \-l logfile -name of a file to log errors and summary to (def="") +name of a file to log errors and summary to (default="") .TP .B \-r -reverse direction copy (def=forward) +reverse direction copy (default=forward) .TP .B \-t -truncate output file (def=no) +truncate output file (default=no) .TP .B \-w -abort on Write errors (def=no) +abort on Write errors (default=no) .TP .B \-a -spArse file writing (def=no) +spArse file writing (default=no) .TP .B \-A -Always write blocks, zeroed if err (def=no) +Always write blocks, zeroed if err (default=no) .TP .B \-i -interactive: ask before overwriting data (def=no) +interactive: ask before overwriting data (default=no) .TP .B \-f -force: skip some sanity checks (def=no) +force: skip some sanity checks (default=no) .TP .B \-q quiet operation