diff options
author | Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> | 2005-08-07 07:10:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-08-19 12:44:12 +0000 |
commit | 4447dfc12157eb387a12bf297bbc4f4c8c49a7a6 (patch) | |
tree | af2c9fa30b909c7dccfbf7887d6286aa63c39100 /pod | |
parent | f7ddb74ae664d8225514d5dfa61fca99e012630d (diff) | |
download | perl-4447dfc12157eb387a12bf297bbc4f4c8c49a7a6.tar.gz |
make threads.xs emit warnings properly
Message-id: <20050807051041.GA3924@ethan>
p4raw-id: //depot/perl@25307
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e2555a68e9..729d149b51 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -193,7 +193,7 @@ know which context to supply to the right side. =item A thread exited while %d threads were running -(W) When using threaded Perl, a thread (not necessarily the main +(W threads)(S) When using threaded Perl, a thread (not necessarily the main thread) exited while there were still other threads running. Usually it's a good idea to first collect the return values of the created threads by joining them, and only then exit from the main @@ -3875,7 +3875,7 @@ target of the change to =item thread failed to start: %s -(S) The entry point function of threads->create() failed for some reason. +(W threads)(S) The entry point function of threads->create() failed for some reason. =item times not implemented |