DB_File documentation fix
Paul Marquess [Mon, 24 Mar 1997 08:54:16 +0000 (08:54 +0000)]
  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

ext/DB_File/DB_File.pm

index c2609a0..3b6edd4 100644 (file)
@@ -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