Description: fix some hyphens used as minus sign.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2015-03-01
Index: gpart-0.1h/man/gpart.man
===================================================================
--- gpart-0.1h.orig/man/gpart.man
+++ gpart-0.1h/man/gpart.man
@@ -9,10 +9,10 @@ gpart \- guess PC-type hard disk partiti
 [options]
 .I device
 
-Options: [-b <backup MBR>][-C c,h,s][-c][-d][-E][-e][-f]
-[-g][-h][-i][-K <last-sector>][-k <# of sectors>] [-L]
-[-l <log file>][-n <increment>] [-q][-s <sector-size>]
-[-t <module-name>][-V][-v] [-W <device>][-w <module-name,
+Options: [\-b <backup MBR>][\-C c,h,s][\-c][\-d][\-E][\-e][\-f]
+[\-g][\-h][\-i][\-K <last-sector>][\-k <# of sectors>] [\-L]
+[\-l <log file>][\-n <increment>] [\-q][\-s <sector-size>]
+[\-t <module-name>][\-V][\-v] [\-W <device>][\-w <module-name,
 weight>]
 .SH DESCRIPTION
 .B gpart
@@ -187,7 +187,7 @@ geometry. For instance if a disk with th
 should be called like
 
 .RS
-gpart -C 1028,255,63 <other options> <device>
+gpart \-C 1028,255,63 <other options> <device>
 .RE
 
 .SH PRECAUTIONS
@@ -219,13 +219,13 @@ result in severe filesystem corruption.
 should be stored in a safe place like a floppy disk.
 
 .SH OPTIONS
-.IP "-b backupfile"
+.IP "\-b backupfile"
 If the guessed primary partition table seems consistent
 and should be written (see the
 .I
--W
+\-W
 option) backup the current MBR into the specified file.
-.IP "-C c,h,s"
+.IP "\-C c,h,s"
 Set the disk geometry (cylinders, heads, sectors) for
 the scan. This is useful if a disk should be scanned
 which was partitioned using a different geometry, if the
@@ -364,7 +364,7 @@ are allowed.
 
 
 .PP
-Default settings are "-n h".
+Default settings are "\-n h".
 
 .SH EXAMPLES
 \-\ To scan the first IDE hard disk under Linux using default
@@ -378,7 +378,7 @@ gpart /dev/hda
 drive without starting the scan loop in FreeBSD type
 
 .RS
-gpart -vvd /dev/wd2
+gpart \-vvd /dev/wd2
 .RE
 .RE
 
@@ -390,7 +390,7 @@ in a file called /boot/boot.<major/minor
 the partitions contained in such a file type e.g.
 
 .RS
-gpart -vdg /boot/boot.0300
+gpart \-vdg /boot/boot.0300
 .RE
 
 If the partition table contains an extended partition,
@@ -409,7 +409,7 @@ can be told to start the scan directly f
 of the disk, using the sector-wise scan mode:
 
 .RS
-gpart -k 1 -n s /dev/hdb
+gpart \-k 1 \-n s /dev/hdb
 .RE
 
 \-\ Suppose
@@ -420,7 +420,7 @@ made the first module to be probed and g
 weight higher than the usual weight of 1.0:
 
 .RS
-gpart -w ntfs,1.5 /dev/hdb
+gpart \-w ntfs,1.5 /dev/hdb
 .RE
 
 To list the available modules and their weights use
@@ -434,7 +434,7 @@ at least thrice, the primary partition t
 be written back to the device this way:
 
 .RS
-gpart -W /dev/sdc /dev/sdc
+gpart \-W /dev/sdc /dev/sdc
 .RE
 
 This of course may be extremely dangerous to your health
@@ -445,7 +445,7 @@ steps of 63 sectors. To perform the scan
 head while skipping the first 1008 sectors type
 
 .RS
-gpart -k 1008 -n 126 /dev/sda
+gpart \-k 1008 \-n 126 /dev/sda
 .RE
 
 \-\ If you want to see how easily
@@ -455,7 +455,7 @@ are on a disk, search the whole disk rea
 sector, writing all output to a logfile:
 
 .RS
-gpart -vvfn s -ql /tmp/gpart.log /dev/sd2 &
+gpart \-vvfn s \-ql /tmp/gpart.log /dev/sd2 &
 .RE
 
 Usually
