]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/misc/hyphen-as-minus.patch
Merge commit 'upstream/1.5.21'
[software/mutt-debian.git] / debian / patches / misc / hyphen-as-minus.patch
1 patch to escape all hyphen so they will be interpreted as minus
2 signs and lintian will not complain
3
4 --- a/doc/mutt.man
5 +++ b/doc/mutt.man
6 @@ -23,7 +23,7 @@
7  .SH SYNOPSIS
8  .PP
9  .B mutt
10 -[-nRyzZ] 
11 +[\-nRyzZ]
12  [\-e \fIcmd\fP] [\-F \fIfile\fP] [\-m \fItype\fP] [\-f \fIfile\fP]
13  .PP
14  .B mutt 
15 @@ -59,10 +59,10 @@
16  [\-n] [\-e \fIcmd\fP] [\-F \fIfile\fP] \-Q \fIquery\fP
17  .PP
18  .B mutt 
19 --v[v]
20 +\-v[v]
21  .PP
22  .B mutt 
23 --D
24 +\-D
25  .SH DESCRIPTION
26  .PP
27  Mutt is a small but very powerful text based program for reading and sending electronic
28 @@ -81,7 +81,7 @@
29  .IP "-a \fIfile\fP [...]"
30  Attach a file to your message using MIME.
31  When attaching single or multiple files, separating filenames and recipient addresses with
32 -"\-\-" is mandatory, e.g. \fBmutt -a image.jpg \-\- addr1\fP or
33 +"\-\-" is mandatory, e.g. \fBmutt \-a image.jpg \-\- addr1\fP or
34  \fBmutt \-a img.jpg *.png \-\- addr1 addr2\fP.
35  The \-a option must be placed at the end of command line options.
36  .IP "-b \fIaddress\fP"