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 2003/05/09 03:27:29 UTC

cvs commit: modperl-docs/src/docs/2.0/user/coding coding.pod

stas        2003/05/08 18:27:28

  Modified:    src/docs/2.0/user/coding coding.pod
  Log:
  typo
  
  Revision  Changes    Path
  1.25      +1 -1      modperl-docs/src/docs/2.0/user/coding/coding.pod
  
  Index: coding.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/coding/coding.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- coding.pod	11 Apr 2003 00:58:50 -0000	1.24
  +++ coding.pod	9 May 2003 01:27:28 -0000	1.25
  @@ -247,7 +247,7 @@
   thread-safe and that you don't use functions that affect all threads
   in the same process.
   
  -Perl 5.8.0 itself is a thread-safe. That means that operations like
  +Perl 5.8.0 itself is thread-safe. That means that operations like
   C<push()>, C<map()>, C<chomp()>, C<=>, C</>, C<+=>, etc. are
   thread-safe. Operations that involve system calls, may or may not be
   thread-safe. It all depends on whether the underlying C libraries used
  
  
  

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