diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-10 23:36:37 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-10 23:36:37 +0000 |
commit | 32419a4c4b0d4e513a7ca9f706bbde8c03c40c61 (patch) | |
tree | d66cf5024bd9b78c6843d4d73df50056a037b835 /pod/perldiag.pod | |
parent | e67b86b37ae4d5803ca56ffbafafded7569e185f (diff) | |
download | perl-32419a4c4b0d4e513a7ca9f706bbde8c03c40c61.tar.gz |
Small threads docs cleanups.
p4raw-id: //depot/perl@17475
Diffstat (limited to 'pod/perldiag.pod')
-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 37710b9a45..8ff754d85d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -49,7 +49,7 @@ letter. (W) 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 then main +created threads by joining them, and only then exit from the main thread. See L<threads>. =item accept() on closed socket %s |