Author: Alessio Treglia <quadrispro@ubuntu.com>
Description: Don't use hyphen as minus sign.
---
 man/dlsdump.1.in    |    2 +-
 man/gigdump.1.in    |    2 +-
 man/gigextract.1.in |    2 +-
 man/rifftree.1.in   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

--- libgig-3.3.0.orig/man/dlsdump.1.in
+++ libgig-3.3.0/man/dlsdump.1.in
@@ -3,7 +3,7 @@
 dlsdump \- List informations about a DLS (Downloadable Sound) file.
 .SH SYNOPSIS
 .B dlsdump
-[ -v ] DLSFILE
+[ \-v ] DLSFILE
 .SH DESCRIPTION
 Prints out a list of all available samples and instruments within a DLS file along with detailed informations about their properties and settings. At the moment DLS Level 1 and 2 is supported.
 .SH OPTIONS
--- libgig-3.3.0.orig/man/gigdump.1.in
+++ libgig-3.3.0/man/gigdump.1.in
@@ -3,7 +3,7 @@
 gigdump \- List informations about a Gigasampler (.gig) file.
 .SH SYNOPSIS
 .B gigdump
-[ -v ] GIGFILE
+[ \-v ] GIGFILE
 .SH DESCRIPTION
 Prints out a list of all available samples and instruments within a Gigasampler (.gig) file along with detailed informations about their properties and settings.
 .SH OPTIONS
--- libgig-3.3.0.orig/man/gigextract.1.in
+++ libgig-3.3.0/man/gigextract.1.in
@@ -3,7 +3,7 @@
 gigextract \- Extract samples from Gigasampler (.gig) files.
 .SH SYNOPSIS
 .B gigextract
-[ -v ] GIGFILE DESTDIR [SAMPLENR] [ [SAMPLENR] ... ]
+[ \-v ] GIGFILE DESTDIR [SAMPLENR] [ [SAMPLENR] ... ]
 .SH DESCRIPTION
 Extract samples from Gigasampler (.gig) files. All extracted samples will be written in .wav format. You must at least supply name of the .gig input file and an output path where all extracted samples should be written to. By default gigextract extracts all samples contained in the Gigasampler file, even if they are not linked by any instrument in the .gig file, but you can also extract only particular samples by supplying a list of samples indices at the end of the command line. You can use the gigdump tool to see the list of available samples and their sample indices of a Gigasampler file.
 .SH OPTIONS
--- libgig-3.3.0.orig/man/rifftree.1.in
+++ libgig-3.3.0/man/rifftree.1.in
@@ -3,7 +3,7 @@
 rifftree \- Print RIFF tree structure of an arbitrary RIFF file.
 .SH SYNOPSIS
 .B rifftree
-[ -s | -v ] RIFFFILE
+[ \-s | \-v ] RIFFFILE
 .SH DESCRIPTION
 Print RIFF tree structure of an arbitrary RIFF file. RIFF is a simple, binary file format intended for tree like data structures. Many proprietary file formats are built on top of the RIFF format (e.g. media file formats like WAV, AVI, DLS, GIG). Data in a RIFF file is encapsulated into so called "chunks". There are list chunks which can be seen as nodes in the data tree and thus can have childs (that is can have subchunks) and there are normal chunks which can be seen as leafs in the data tree and thus cannot have childs.
 .SH OPTIONS
