summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Marquess <pmarquess@bfsec.bt.co.uk>1997-03-24 08:54:16 +0000
committerChip Salzenberg <chip@atlantic.net>1997-03-22 15:34:25 +1200
commit9a2c4ce3a0904191a580ec822adeb696331d31ce (patch)
tree808b50b398ff022d4c33fedd372b0753ec403d45
parent2d24ed356356f926f90790a87082445e797d93a5 (diff)
downloadperl-9a2c4ce3a0904191a580ec822adeb696331d31ce.tar.gz
DB_File documentation fix
Title: "Regularize headings in DB_File documentation" From: Chip Salzenberg Files: ext/DB_File/DB_File.pm [see commit 68dc074516a6859e3424b48d1647bcb08b1a1a7d] You forgot to fix the links to the sections titles you changed. p5p-msgid: 9703240854.AA08401@claudius.bfsec.bt.co.uk
-rw-r--r--ext/DB_File/DB_File.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm
index c2609a074b..3b6edd4fc7 100644
--- a/ext/DB_File/DB_File.pm
+++ b/ext/DB_File/DB_File.pm
@@ -499,7 +499,7 @@ See L<Changing the BTREE sort order> for an example of using the
C<compare> template.
If you are using the DB_RECNO interface and you intend making use of
-C<bval>, you should check out L<The bval option>.
+C<bval>, you should check out L<The 'bval' Option>.
=head2 Default Parameters
@@ -1148,7 +1148,7 @@ destroyed.
undef $db ;
untie %hash ;
-See L<The untie gotcha> for more details.
+See L<The untie() Gotcha> for more details.
All the functions defined in L<dbopen> are available except for
close() and dbopen() itself. The B<DB_File> method interface to the