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