diff options
author | jlam <jlam> | 2000-08-28 23:35:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 23:35:55 +0000 |
commit | d00d88b8d4c255cf9cf83ec75fd57f1dfe1f64f3 (patch) | |
tree | 85fda276dd01c8faeb8f0f9936114373842d7f0c /devel/p5-Data-ShowTable/patches | |
parent | 626d583294e98ea17ab9075cc810cad2b9a0fd65 (diff) | |
download | pkgsrc-d00d88b8d4c255cf9cf83ec75fd57f1dfe1f64f3.tar.gz |
Fix unterminated I<...> errors noticed by pod2man.
Diffstat (limited to 'devel/p5-Data-ShowTable/patches')
-rw-r--r-- | devel/p5-Data-ShowTable/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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 |