summaryrefslogtreecommitdiff
path: root/pod/perlipc.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-14 10:48:01 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-14 10:48:01 +0000
commitf83494b92f81a6b8992c117c91ba66bb35f6a26a (patch)
tree17ad602884d061a40898536bb03ab7eb1c6651ef /pod/perlipc.pod
parentded8aa31a400d00437fd50627d6c8013f58fd6ab (diff)
downloadperl-f83494b92f81a6b8992c117c91ba66bb35f6a26a.tar.gz
tweak select() test
p4raw-id: //depot/perl@2915
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r--pod/perlipc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index c74c520637..2f99d10e23 100644
--- a/pod/perlipc.pod
+++ b/pod/perlipc.pod
@@ -1191,7 +1191,7 @@ you'll have to use the C<sysread> variant of the interactive client above.
This server accepts one of five different commands, sending output
back to the client. Note that unlike most network servers, this one
only handles one incoming client at a time. Multithreaded servers are
-covered in Chapter 6 of the Camel as well as later in this manpage.
+covered in Chapter 6 of the Camel.
Here's the code. We'll