]> git.deb.at Git - pkg/abook.git/blobdiff - debian/patches/02_fix-manpage
add Denis Briand as co-maintainer
[pkg/abook.git] / debian / patches / 02_fix-manpage
index 45b434576b73104c295f03723ff7fec2cc3308c6..e89ce8c940c47acda50f66884f14270943caffda 100644 (file)
@@ -1,13 +1,13 @@
-Author: Gerfried Fuchs <rhonda@debian.at>      vim:ft=diff:
+Author: Gerfried Fuchs <rhonda@debian.org>     vim:ft=diff:
 Description: Escape hyphens in manpage where they mean the minus sign
 
-Index: abook-0.5.6/abook.1
+Index: b/abook.1
 ===================================================================
---- abook-0.5.6.orig/abook.1
-+++ abook-0.5.6/abook.1
-@@ -80,11 +80,11 @@ The following \fIoutputformats\fR are su
+--- a/abook.1
++++ b/abook.1
+@@ -82,11 +82,11 @@ The following \fIoutputformats\fR are su
  .br
- - \fBwl\fP Wanderlust address book
+ - \fBbsdcal\fP BSD calendar
  .TP
 -\fB\-\-add-email\fP
 +\fB\-\-add\-email\fP
@@ -20,34 +20,16 @@ Index: abook-0.5.6/abook.1
  .TP
  \fB\-\-formats\fP
  List available formats.
-Index: abook-0.5.6/abookrc.5
+Index: b/abookrc.5
 ===================================================================
---- abook-0.5.6.orig/abookrc.5
-+++ abook-0.5.6/abookrc.5
-@@ -47,7 +47,7 @@ Defines the field to display in the extr
- .br
- \fIfield\fP can be any of the following:
- .br
---1                    disabled
-+\-1                   disabled
- .br
- phone         Home Phone
- .br
-@@ -125,7 +125,7 @@ set emailpos=25
- # Field to be used in the extra column
- set extra_column=phone
- # frequently used values:
--#     -1          disabled
-+#     \-1          disabled
- #     phone       Home Phone
- #     workphone   Work Phone
- #     fax         Fax
-@@ -134,7 +134,7 @@ set extra_column=phone
- #     url         URL
- #
--set extra_alternative=-1
-+set extra_alternative=\-1
- # Screen column for the extra field to start
- set extrapos=65
+--- a/abookrc.5
++++ b/abookrc.5
+@@ -90,7 +90,7 @@ Defines the way entries are displayed in
+ \fI{name:22}\fP
+ displays the \fIname\fP field with a maximal width of 22 characters.
+ .TP
+-\fI{phone:-13|workphone|mobile}\fP
++\fI{phone:\-13|workphone|mobile}\fP
+ 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.
+ .RE
+ .IP