Package: cdbackup Version: 0.7.0-2 Severity: minor Tags: patch
Found some typos in '/usr/share/man/man1/cdbackup.1.gz', see attached '.diff'. Hope this helps... -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-k7 (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 cdbackup depends on: ii cdrecord 9:1.1.6-1 Dummy transition package for wodim ii libc6 2.7-3 GNU C Library: Shared libraries Versions of packages cdbackup recommends: ii cpio 2.9-6 GNU cpio -- a program to manage ar -- no debconf information
--- cdbackup.1 2004-09-13 08:48:03.000000000 -0400 +++ /tmp/cdbackup.1 2007-12-06 18:54:10.000000000 -0500 @@ -34,7 +34,7 @@ .TP \fB\-r\fR \fIscsi\-device\fP -The scsi device which is passed to \fBcdrecord\fR(1) (via dev=\fIscsi\-device\fP). Must be given as three, comma seperated number: \fIscsibus\fR,\fItarget\fR,\fIlun\fR. +The scsi device which is passed to \fBcdrecord\fR(1) (via dev=\fIscsi\-device\fP). Must be given as three, comma separated number: \fIscsibus\fR,\fItarget\fR,\fIlun\fR. .br (default: none or the contents of the environment variable CDR_DEVICE) @@ -67,7 +67,7 @@ Enables virtual image mode. The backup stream is written to the given image file. The file is created if it doesn't exists. It's mandatory to give an explicit media size with \-l. Take care that the created virtual image isn't lager that the media size you want to dump it later. You can add up to 96 backups to an virtual image. .br -If the backup extends the specified media size and you have enabled multi\-disk mode, additional images files are created (the filenames are derived from the inital image name by adding a dot and a decimal number). +If the backup extends the specified media size and you have enabled multi\-disk mode, additional images files are created (the filenames are derived from the initial image name by adding a dot and a decimal number). .br (default: none) @@ -89,7 +89,7 @@ \fB\-C\fR Disables creation of the datablock CRC checksum. There is no real reason to use this option, unless you can't efford the extra 0,2% media space that is used to store the checksum. .br -Although the on\-disk layout of checksumed backups is different, they are fully backwards compatible with older version of cdbackup, but obviously older versions can't check the backup integrity. +Although the on\-disk layout of checksummed backups is different, they are fully backwards compatible with older version of cdbackup, but obviously older versions can't check the backup integrity. .TP \fB\-a\fR \fIlabel\fP @@ -113,7 +113,7 @@ .TP \fB\-D\fR -Enables DEBUG output (probably not usefull for normal use). +Enables DEBUG output (probably not useful for normal use). .TP \fB\-V\fR @@ -130,7 +130,7 @@ tar cvf \- /home | cdbackup \-d /dev/scd0 \-r 2,0 \-l 700 \-a "Test Backup" .LP -To create a tar archive of /usr and output it to a series (multi\-disk mode) of 650 MB CD\-R(W) on /dev/sr1 (scsi device 1,4,0) with writting speed 12 and verbose output: +To create a tar archive of /usr and output it to a series (multi\-disk mode) of 650 MB CD\-R(W) on /dev/sr1 (scsi device 1,4,0) with writing speed 12 and verbose output: .IP tar cf \- /usr | cdbackup \-d /dev/sr1 \-r 1,4,0 \-s 12 \-m \-v