[DOC PATCH] perlipc.pod
authorArjen Laarhoven <arjen@nl.demon.net>
Tue, 6 Aug 2002 14:16:01 +0000 (16:16 +0200)
committerhv <hv@crypt.org>
Thu, 8 Aug 2002 15:02:57 +0000 (15:02 +0000)
Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>

p4raw-id: //depot/perl@17700

pod/perlipc.pod

index 02f2687..6ab14de 100644 (file)
@@ -1638,10 +1638,11 @@ version and suggestions from the Perl Porters.
 There's a lot more to networking than this, but this should get you
 started.
 
-For intrepid programmers, the indispensable textbook is I<Unix Network
-Programming> by W. Richard Stevens (published by Addison-Wesley).  Note
-that most books on networking address networking from the perspective of
-a C programmer; translation to Perl is left as an exercise for the reader.
+For intrepid programmers, the indispensable textbook is I<Unix
+Network Programming, 2nd Edition, Volume 1> by W. Richard Stevens
+(published by Prentice-Hall).  Note that most books on networking
+address the subject from the perspective of a C programmer; translation
+to Perl is left as an exercise for the reader.
 
 The IO::Socket(3) manpage describes the object library, and the Socket(3)
 manpage describes the low-level interface to sockets.  Besides the obvious