Description: fix some hyphens used as minus sign in manpages.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2015-03-10
Index: rdd-2.0.7/src/rdd-copy.1
===================================================================
--- rdd-2.0.7.orig/src/rdd-copy.1
+++ rdd-2.0.7/src/rdd-copy.1
@@ -311,29 +311,29 @@ multiplicative suffixes:
 c 1, w 2, b 512, k 1024, M 1,048,576, and G 1,073,741,824.
 .SH EXAMPLES
 .TP
-rdd-copy --md5 /dev/hda1
+rdd-copy \-\-md5 /dev/hda1
 
 Compute and print the MD5 hash value over \fB/dev/hda1\fR.
 On Linux, \fB/dev/hda1\fR denotes the first partition of the
 primary master disk.
 .TP
-rdd-copy -b 16k -m 512 -l rdd-log.txt /dev/fd0 f.img
+rdd-copy \-b 16k \-m 512 \-l rdd-log.txt /dev/fd0 f.img
 
 Create an image of a floppy disk (\fB/dev/fd0\fR).
 Copy 16 Kbyte at a time, but use blocks as small as a single
 sector (512 bytes) when read errors occur. Write all log 
 messages to the file \fBrdd-log.txt\fR.
 .TP
-On the server: rdd-copy -S --sha1
+On the server: rdd-copy \-S \-\-sha1
 .TP
-On the client: rdd-copy -C --sha1 /dev/hdb snake:/images/disk.img
+On the client: rdd-copy \-C \-\-sha1 /dev/hdb snake:/images/disk.img
 
 Copy the primary slave disk to host snake and store the data in
 file \fB/images/disk.img\fR.  The client host computes a SHA1 hash
 over the data it reads from the disk; the server host computes a
 SHA1 hash over the data it receives from the network.
 .TP
-rdd-copy --count 512 /dev/hda mbr.img
+rdd-copy \-\-count 512 /dev/hda mbr.img
 
 Copy the master boot record (MBR) from the primary master disk
 to file \fBmbr.img\fR.
Index: rdd-2.0.7/src/rdd-verify.1
===================================================================
--- rdd-2.0.7.orig/src/rdd-verify.1
+++ rdd-2.0.7/src/rdd-verify.1
@@ -53,12 +53,12 @@ A \fIdigest\fR argument is a hexadecimal
 may not be omitted.
 .SH EXAMPLES
 .TP
-rdd-verify --md5 0123456789abcdef0123456789abcdef disk.img
+rdd-verify \-\-md5 0123456789abcdef0123456789abcdef disk.img
 
 Compute the MD5 hash value over disk.img and verify whether
 it equals 0123456789abcdef0123456789abcdef. 
 .TP
-rdd-verify --adler32 checksums.a32 disk.img
+rdd-verify \-\-adler32 checksums.a32 disk.img
 
 Compute the adler32 checksums over disk.img and compare each
 checksum to the corresponding checksum in checksums.a32.
