You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/02/04 15:16:49 UTC

cvs commit: modperl-docs/src/docs/1.0/guide dbm.pod intro.pod troubleshooting.pod

stas        02/02/04 06:16:49

  Modified:    src/docs/1.0/guide dbm.pod intro.pod troubleshooting.pod
  Log:
  more link fixes
  
  Revision  Changes    Path
  1.3       +2 -2      modperl-docs/src/docs/1.0/guide/dbm.pod
  
  Index: dbm.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/dbm.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dbm.pod	4 Feb 2002 13:50:25 -0000	1.2
  +++ dbm.pod	4 Feb 2002 14:16:49 -0000	1.3
  @@ -326,7 +326,7 @@
   wrapper in situations where reads may be very lengthy and therefore
   write starvation problem may occur. On the other hand if you have big
   dbm files, it may create a big load on the system if the updates are
  -quite frequent.  L<More information|dbm/mod_perl_and_dbm_files_>.
  +quite frequent.  L<More information|dbm/mod_perl_and_dbm>.
   
   =item *
   
  @@ -350,7 +350,7 @@
   
   =item *
   
  -L<C<DB_File::Lock2>|dbm/mod_perl_and_dbm_files_> -- does the same thing as
  +L<C<DB_File::Lock2>|dbm/mod_perl_and_dbm> -- does the same thing as
   C<DB_File::Lock>, but has a slightly different implementation.  I
   wrote it before David Harris released his C<DB_File::Lock> and I
   didn't want to kill mine, so I'll keep it here for a while :).
  
  
  
  1.3       +4 -5      modperl-docs/src/docs/1.0/guide/intro.pod
  
  Index: intro.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/intro.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- intro.pod	4 Feb 2002 13:50:25 -0000	1.2
  +++ intro.pod	4 Feb 2002 14:16:49 -0000	1.3
  @@ -261,7 +261,7 @@
   
   1.25 million page views/day Mar-1998
   
  -http://www.imdb.com
  +http://www.imdb.com/
   
   * They are now an Amazon.com company
   
  @@ -273,8 +273,7 @@
   
   1,603,000 unique visitors/month Aug-1999
   
  -http://www.flash.net
  -http://www.mediametrix.com/
  +http://www.flash.net/
   
   Apache/1.2.4 mod_perl/1.00 on Solaris
   
  @@ -284,8 +283,8 @@
   
   917,000 unique visitors/month Aug-1999
   
  -http://www.athand.com
  -http://www.mediametrix.com/TopRankings/TopRankings.html
  +http://www.athand.com/
  +http://www.mediametrix.com/
   
   Stronghold/2.3 Apache/1.2.6 (Unix) mod_perl/1.15 on Solaris
   
  
  
  
  1.3       +3 -3      modperl-docs/src/docs/1.0/guide/troubleshooting.pod
  
  Index: troubleshooting.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/troubleshooting.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- troubleshooting.pod	4 Feb 2002 13:50:25 -0000	1.2
  +++ troubleshooting.pod	4 Feb 2002 14:16:49 -0000	1.3
  @@ -2,7 +2,7 @@
   
   Warnings and Errors Troubleshooting Index
   
  -=head1 General Advice 
  +=head1 General Advice
   
   Perl's warnings mode is immensely helpful in detecting possible
   problems.  Make sure you always turn on warnings while you are
  @@ -20,7 +20,7 @@
   
   
   
  -=head1 Building and Installation 
  +=head1 Building and Installation
   
   See L<make Troubleshooting|install/make_Troubleshooting> and
   L<make test Troubleshooting|install/make_test_Troubleshooting>
  @@ -718,7 +718,7 @@
   =head1 Windows OS specific notes
   
   
  -=head2 Apache::DBI 
  +=head2 Apache::DBI
   
   C<Apache::DBI> causes the server to exit when it starts up, with:
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org