diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-24 19:01:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-24 19:01:24 +0000 |
commit | bde6fa36c8756ca195b7dbaa2213689a31d38b6c (patch) | |
tree | 515232728afb60307b625135e36ae5a964b30148 /pod/perlthrtut.pod | |
parent | 3edf58d5c51c9dac95042d6c40ba4f6934dd5ae1 (diff) | |
download | perl-bde6fa36c8756ca195b7dbaa2213689a31d38b6c.tar.gz |
more pod nits (from Larry Virden)
p4raw-id: //depot/perl@5939
Diffstat (limited to 'pod/perlthrtut.pod')
-rw-r--r-- | pod/perlthrtut.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 0f15d57de7..3a1cf866e2 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -718,7 +718,7 @@ In addition to synchronizing access to data or resources, you might find it useful to synchronize access to subroutines. You may be accessing a singular machine resource (perhaps a vector processor), or find it easier to serialize calls to a particular subroutine than to -have a set of locks and sempahores. +have a set of locks and semaphores. One of the additions to Perl 5.005 is subroutine attributes. The Thread package uses these to provide several flavors of @@ -1029,7 +1029,7 @@ LoVerso. Programming under Mach. Addison-Wesley, 1994, ISBN 0-201-52739-1. Tanenbaum, Andrew S. Distributed Operating Systems. Prentice Hall, -1995, ISBN 0-13-143934-0 (great textbook). +1995, ISBN 0-13-219908-4 (great textbook). Silberschatz, Abraham, and Peter B. Galvin. Operating System Concepts, 4th ed. Addison-Wesley, 1995, ISBN 0-201-59292-4 |