]> git.deb.at Git - pkg/abook.git/blob - debian/patches/02_fix-manpage
merge changes from 0.5.6-6
[pkg/abook.git] / debian / patches / 02_fix-manpage
1 Author: Gerfried Fuchs <rhonda@debian.at>       vim:ft=diff:
2 Description: Escape hyphens in manpage where they mean the minus sign
3
4 Index: b/abook.1
5 ===================================================================
6 --- a/abook.1
7 +++ b/abook.1
8 @@ -82,11 +82,11 @@ The following \fIoutputformats\fR are su
9  .br
10  - \fBbsdcal\fP BSD calendar
11  .TP
12 -\fB\-\-add-email\fP
13 +\fB\-\-add\-email\fP
14  Read an e-mail message from stdin and add the sender to the addressbook.
15  .TP
16 -\fB\-\-add-email-quiet\fP
17 -Same as --add-email but doesn't confirm adding.
18 +\fB\-\-add\-email\-quiet\fP
19 +Same as \-\-add\-email but doesn't confirm adding.
20  .TP
21  \fB\-\-formats\fP
22  List available formats.
23 Index: b/abookrc.5
24 ===================================================================
25 --- a/abookrc.5
26 +++ b/abookrc.5
27 @@ -90,7 +90,7 @@ Defines the way entries are displayed in
28  \fI{name:22}\fP
29  displays the \fIname\fP field with a maximal width of 22 characters.
30  .TP
31 -\fI{phone:-13|workphone|mobile}\fP
32 +\fI{phone:\-13|workphone|mobile}\fP
33  displays (right aligned within a width of 13 characters), either the \fIphone\fP, \fIworkphone\fP or \fImobile\fP field, whichever being the first to be non-empty.
34  .RE
35  .IP