diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-02 19:44:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-02 19:44:07 +0000 |
commit | 5fc52bc68f8bca292cb1880662c8edef5b0c54a8 (patch) | |
tree | 6648ee06bfba8a5c8c0660de3ffb2e5a5f5e7acc | |
parent | 3c42a367e53aec886fda59abee7d5b4b2e100590 (diff) | |
download | perl-5fc52bc68f8bca292cb1880662c8edef5b0c54a8.tar.gz |
Make perldiag agree with #19138.
p4raw-id: //depot/perl@19139
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e622a60690..92c4d8a40c 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -44,7 +44,7 @@ letter. =over 4 -=item A thread exited while %d other threads were still running +=item A thread exited while %d threads were running (W) When using threaded Perl, a thread (not necessarily the main thread) exited while there were still other threads running. |