diff options
author | Karl Williamson <khw@cpan.org> | 2017-03-30 22:10:46 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-04-05 11:28:08 -0600 |
commit | 4b05bc8ea5a106c203e7154f3cbae72e133c9c80 (patch) | |
tree | 97252ee73ea15fb216e5dced1f914bf294883199 /pod/perlthrtut.pod | |
parent | 5fc389563644287b3e5f448616ce62dd0ce4e7a6 (diff) | |
download | perl-4b05bc8ea5a106c203e7154f3cbae72e133c9c80.tar.gz |
pods: Add L<> for links missing them; a couple nits
Diffstat (limited to 'pod/perlthrtut.pod')
-rw-r--r-- | pod/perlthrtut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index f5e35a3a5e..956214fbd0 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -1104,7 +1104,7 @@ Here's a short bibliography courtesy of Jürgen Christoffel: Birrell, Andrew D. An Introduction to Programming with Threads. Digital Equipment Corporation, 1989, DEC-SRC Research Report #35 online as -ftp://ftp.dec.com/pub/DEC/SRC/research-reports/SRC-035.pdf +L<ftp://ftp.dec.com/pub/DEC/SRC/research-reports/SRC-035.pdf> (highly recommended) Robbins, Kay. A., and Steven Robbins. Practical Unix Programming: A |