]> git.deb.at Git - pkg/abook.git/blob - debian/patches/02_fix-manpage
Imported Debian patch 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: abook-0.5.6/abook.1
5 ===================================================================
6 --- abook-0.5.6.orig/abook.1
7 +++ abook-0.5.6/abook.1
8 @@ -80,11 +80,11 @@ The following \fIoutputformats\fR are su
9  .br
10  - \fBwl\fP Wanderlust address book
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: abook-0.5.6/abookrc.5
24 ===================================================================
25 --- abook-0.5.6.orig/abookrc.5
26 +++ abook-0.5.6/abookrc.5
27 @@ -47,7 +47,7 @@ Defines the field to display in the extr
28  .br
29  \fIfield\fP can be any of the following:
30  .br
31 --1                     disabled
32 +\-1                    disabled
33  .br
34  phone          Home Phone
35  .br
36 @@ -125,7 +125,7 @@ set emailpos=25
37  # Field to be used in the extra column
38  set extra_column=phone
39  # frequently used values:
40 -#      -1          disabled
41 +#      \-1          disabled
42  #      phone       Home Phone
43  #      workphone   Work Phone
44  #      fax         Fax
45 @@ -134,7 +134,7 @@ set extra_column=phone
46  #      url         URL
47  
48  #
49 -set extra_alternative=-1
50 +set extra_alternative=\-1
51  
52  # Screen column for the extra field to start
53  set extrapos=65