This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"thread failed to start" is a severe warning, not a fatal error
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 5 Aug 2005 15:01:19 +0000 (15:01 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 5 Aug 2005 15:01:19 +0000 (15:01 +0000)
as reported by Tassilo von Parseval.

p4raw-id: //depot/perl@25268

pod/perldiag.pod

index 8bd0f61..e2555a6 100644 (file)
@@ -3875,7 +3875,7 @@ target of the change to
 
 =item thread failed to start: %s
 
-(F) The entry point function of threads->create() failed for some reason.
+(S) The entry point function of threads->create() failed for some reason.
 
 =item times not implemented