summaryrefslogtreecommitdiff
path: root/ext/DB_File
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-05 22:57:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-05 22:57:04 +0000
commit0d735f06e0f813bbe2fe9867ba364137ed054447 (patch)
tree75908402ff601871fd6df92daf675d80db9f5502 /ext/DB_File
parentdf1ffd027e0daf4be79846b292a65e7e0cf7d84d (diff)
downloadperl-0d735f06e0f813bbe2fe9867ba364137ed054447.tar.gz
Unterminated L<.
p4raw-id: //depot/perl@12860
Diffstat (limited to 'ext/DB_File')
-rw-r--r--ext/DB_File/DB_File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm
index 432ae8adcd..a76927b985 100644
--- a/ext/DB_File/DB_File.pm
+++ b/ext/DB_File/DB_File.pm
@@ -595,7 +595,7 @@ DB_File - Perl5 access to Berkeley DB version 1.x
B<DB_File> is a module which allows Perl programs to make use of the
facilities provided by Berkeley DB version 1.x (if you have a newer
-version of DB, see L<Using DB_File with Berkeley DB version 2 or greater).
+version of DB, see L<Using DB_File with Berkeley DB version 2 or greater>).
It is assumed that you have a copy of the Berkeley DB manual pages at
hand when reading this documentation. The interface defined here
mirrors the Berkeley DB interface closely.