diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-28 23:35:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-28 23:35:55 +0000 |
commit | f3c90ee6d3c5f6124b961200fcae204a749fe51d (patch) | |
tree | 85fda276dd01c8faeb8f0f9936114373842d7f0c /devel | |
parent | de143024b9c78208f8e1f08b79ebc5a25bba7e8b (diff) | |
download | pkgsrc-f3c90ee6d3c5f6124b961200fcae204a749fe51d.tar.gz |
Fix unterminated I<...> errors noticed by pod2man.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-ShowTable/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/patches/patch-aa | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/files/patch-sum b/devel/p5-Data-ShowTable/files/patch-sum new file mode 100644 index 00000000000..6e6f49902d6 --- /dev/null +++ b/devel/p5-Data-ShowTable/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/08/28 23:35:55 jlam Exp $ + +MD5 (patch-aa) = 19261d0d5c93d7c72b7f041aa18811ed diff --git a/devel/p5-Data-ShowTable/patches/patch-aa b/devel/p5-Data-ShowTable/patches/patch-aa new file mode 100644 index 00000000000..35648a8f985 --- /dev/null +++ b/devel/p5-Data-ShowTable/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2000/08/28 23:35:57 jlam Exp $ + +--- ShowTable.pm.orig Sun Mar 2 17:04:50 1997 ++++ ShowTable.pm +@@ -721,7 +721,7 @@ + + S< >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub> + [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape> +-[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ]; ++[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ]; + + The B<ShowHTMLTable> displays one or more rows of columns of data using + the HTML C<\<TABLE\>> feature. In addition to the usual parameter arguments |