diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-26 03:36:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-26 03:36:38 +0000 |
commit | bd206e6483aa3e195104c4c89d241624c75e1dce (patch) | |
tree | 904372552d9d1322aca3c70b53154ced02012a43 /biology/bioperl/patches | |
parent | 1efc07d1e0fc81e91509c70c83b05f0586807958 (diff) | |
download | pkgsrc-bd206e6483aa3e195104c4c89d241624c75e1dce.tar.gz |
Correct unterminated cross-reference when building man pages.
Diffstat (limited to 'biology/bioperl/patches')
-rw-r--r-- | biology/bioperl/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/biology/bioperl/patches/patch-ac b/biology/bioperl/patches/patch-ac new file mode 100644 index 00000000000..064961c8ae6 --- /dev/null +++ b/biology/bioperl/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2000/08/26 03:36:45 jlam Exp $ + +--- Bio/Root/Err.pm.orig Thu Feb 4 03:06:35 1999 ++++ Bio/Root/Err.pm +@@ -984,7 +984,7 @@ + : This method is an alternative to Bio::Root::Object::throw() + : and is not as well developed or documented as that method. + +-See Also : L<warning>(), B<Bio::Root::Object::throw()>, B<Bio::Root::Global::strictness() ++See Also : L<warning>(), B<Bio::Root::Object::throw()>, B<Bio::Root::Global::strictness()> + + =cut + |