summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:02 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:02 +0000
commit92e8b56a5e12ea97fa2763f34c246ca467128b97 (patch)
tree143179fb3ede09c4aa3fd48c5dc5fc25ce21d138 /doc
parentAdding debian version 1.17~rc2-1. (diff)
downloadlziprecover-92e8b56a5e12ea97fa2763f34c246ca467128b97.tar.xz
lziprecover-92e8b56a5e12ea97fa2763f34c246ca467128b97.zip
Merging upstream version 1.17.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc')
-rw-r--r--doc/lziprecover.12
-rw-r--r--doc/lziprecover.info30
-rw-r--r--doc/lziprecover.texi12
3 files changed, 22 insertions, 22 deletions
diff --git a/doc/lziprecover.1 b/doc/lziprecover.1
index 09e4872..b420b76 100644
--- a/doc/lziprecover.1
+++ b/doc/lziprecover.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1.
-.TH LZIPRECOVER "1" "April 2015" "lziprecover 1.17-rc2" "User Commands"
+.TH LZIPRECOVER "1" "May 2015" "lziprecover 1.17" "User Commands"
.SH NAME
lziprecover \- recovers data from damaged lzip files
.SH SYNOPSIS
diff --git a/doc/lziprecover.info b/doc/lziprecover.info
index 883ed7e..cb9517a 100644
--- a/doc/lziprecover.info
+++ b/doc/lziprecover.info
@@ -12,7 +12,7 @@ File: lziprecover.info, Node: Top, Next: Introduction, Up: (dir)
Lziprecover Manual
******************
-This manual is for Lziprecover (version 1.17-rc2, 8 April 2015).
+This manual is for Lziprecover (version 1.17, 28 May 2015).
* Menu:
@@ -509,12 +509,12 @@ Example 7: Recover a compressed backup from two copies on CD-ROM with
error-checked merging of copies (*Note GNU ddrescue manual:
(ddrescue)Top, for details about ddrescue).
- ddrescue -b2048 /dev/cdrom cdimage1 logfile1
+ ddrescue -d -r1 -b2048 /dev/cdrom cdimage1 logfile1
mount -t iso9660 -o loop,ro cdimage1 /mnt/cdimage
cp /mnt/cdimage/backup.tar.lz rescued1.tar.lz
umount /mnt/cdimage
(insert second copy in the CD drive)
- ddrescue -b2048 /dev/cdrom cdimage2 logfile2
+ ddrescue -d -r1 -b2048 /dev/cdrom cdimage2 logfile2
mount -t iso9660 -o loop,ro cdimage2 /mnt/cdimage
cp /mnt/cdimage/backup.tar.lz rescued2.tar.lz
umount /mnt/cdimage
@@ -652,18 +652,18 @@ Concept index

Tag Table:
Node: Top231
-Node: Introduction1213
-Node: Invoking lziprecover4309
-Node: Data safety9742
-Node: Repairing files11671
-Node: Merging files13573
-Node: File names15414
-Node: File format15878
-Node: Examples18282
-Ref: ddrescue-example19528
-Node: Unzcrash20770
-Node: Problems23324
-Node: Concept index23876
+Node: Introduction1208
+Node: Invoking lziprecover4304
+Node: Data safety9737
+Node: Repairing files11666
+Node: Merging files13568
+Node: File names15409
+Node: File format15873
+Node: Examples18277
+Ref: ddrescue-example19523
+Node: Unzcrash20779
+Node: Problems23333
+Node: Concept index23885

End Tag Table
diff --git a/doc/lziprecover.texi b/doc/lziprecover.texi
index 2bcaa0a..3f6e0aa 100644
--- a/doc/lziprecover.texi
+++ b/doc/lziprecover.texi
@@ -6,8 +6,8 @@
@finalout
@c %**end of header
-@set UPDATED 8 April 2015
-@set VERSION 1.17-rc2
+@set UPDATED 28 May 2015
+@set VERSION 1.17
@dircategory Data Compression
@direntry
@@ -143,7 +143,7 @@ lziprecover [@var{options}] [@var{files}]
Lziprecover supports the following options:
-@table @samp
+@table @code
@item -h
@itemx --help
Print an informative help message describing the options and exit.
@@ -577,12 +577,12 @@ error-checked merging of copies
for details about ddrescue).
@example
-ddrescue -b2048 /dev/cdrom cdimage1 logfile1
+ddrescue -d -r1 -b2048 /dev/cdrom cdimage1 logfile1
mount -t iso9660 -o loop,ro cdimage1 /mnt/cdimage
cp /mnt/cdimage/backup.tar.lz rescued1.tar.lz
umount /mnt/cdimage
(insert second copy in the CD drive)
-ddrescue -b2048 /dev/cdrom cdimage2 logfile2
+ddrescue -d -r1 -b2048 /dev/cdrom cdimage2 logfile2
mount -t iso9660 -o loop,ro cdimage2 /mnt/cdimage
cp /mnt/cdimage/backup.tar.lz rescued2.tar.lz
umount /mnt/cdimage
@@ -638,7 +638,7 @@ unzcrash [@var{options}] "lzip -tv" @var{filename}.lz
Unzcrash supports the following options:
-@table @samp
+@table @code
@item -h
@itemx --help
Print an informative help message describing the options and exit.