diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-09 10:33:04 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-09 10:33:10 +0100 |
commit | 7ff75be3b1abfa8861dbf5a1a2475887a9c3b0cd (patch) | |
tree | 325f90779e6eed5471d9cce1d938d3394144e949 /testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch | |
parent | a1bdf73d2645d58d320ce1ddfdcf4cc9792ea3a8 (diff) | |
download | aports-7ff75be3b1abfa8861dbf5a1a2475887a9c3b0cd.tar.bz2 aports-7ff75be3b1abfa8861dbf5a1a2475887a9c3b0cd.tar.xz |
testing/aha: new aport
Diffstat (limited to 'testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch')
-rw-r--r-- | testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch b/testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch new file mode 100644 index 0000000000..67105bd81d --- /dev/null +++ b/testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch @@ -0,0 +1,32 @@ +From ed4f29b64b16bec894ae1865b8d0b70c3ab7f7c9 Mon Sep 17 00:00:00 2001 +From: Axel Beckert <abe@deuxchevaux.org> +Date: Wed, 1 Aug 2012 18:03:25 +0200 +Subject: [PATCH] Fix several hyphen-used-as-minus-sign issues in the man page + +--- + aha.1 | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/aha.1 b/aha.1 +index 52796fa..93af54a 100644 +--- a/aha.1 ++++ b/aha.1 +@@ -43,13 +43,13 @@ Don't include header into generated HTML, useful for inclusion in full HTML file + + .SH EXAMPLE + .TP +-\fBaha\fP \-\-help | \fBaha\fP \-\-black --title "the awesome aha help"> aha-help.htm ++\fBaha\fP \-\-help | \fBaha\fP \-\-black \-\-title "the awesome aha help"> aha\-help.htm + Creates an HTML file with the help of aha with black background + .TP + \fBcolordiff\fP oldfile.c newfile.c | \fBaha\fP > colordiff.htm + Creates an HTML file with a colorful diff-output of two files "oldfile.c" and "newfile.c" with white background + .TP +-\fBls\fP \--color=always | \fBaha\fP \-\-pink > ls.htm ++\fBls\fP \-\-color=always | \fBaha\fP \-\-pink > ls.htm + Creates an HTML file with a colorful ls-output with pink background. + .TP + \fBecho\fP q | \fBhtop\fP | \fBaha\fP \-\-black \-\-line\-fix > htop.htm +-- +1.7.10.4 + |