summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-16 09:47:13 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-16 09:54:19 -0800
commitb92a77e828e3ef7e2de6147a682bcf14f4e8bf05 (patch)
tree196054bcf71093d719717961dc1d0f721c5cba96 /pod/perldiag.pod
parenta534ac11de82b658dca3f753dcc87491920212d6 (diff)
downloadperl-b92a77e828e3ef7e2de6147a682bcf14f4e8bf05.tar.gz
perldiag: rewrap an entry
so that splain output looks better.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 8c981aa361..8aab755956 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -252,8 +252,8 @@ know which context to supply to the right side.
=item A thread exited while %d threads were running
-(W threads)(S) When using threaded Perl, a thread (not necessarily the main
-thread) exited while there were still other threads running.
+(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 first to collect the return values of the
created threads by joining them, and only then to exit from the main
thread. See L<threads>.