diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-24 06:11:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-24 06:11:56 +0000 |
commit | 4375e838ae24b385ae79fa7b6918e613bedaaee6 (patch) | |
tree | 9418d63a58345f7e8f9e1ff644fa85c022b18650 /pod/perlipc.pod | |
parent | 94a371ee7128c99a38226de46cbec028ae3a990e (diff) | |
download | perl-4375e838ae24b385ae79fa7b6918e613bedaaee6.tar.gz |
various pod nits (from Larry Virden and others)
p4raw-id: //depot/perl@5917
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r-- | pod/perlipc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 8760257821..5b12fbe5e7 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -1022,7 +1022,7 @@ something to the server before fetching the server's response. } The web server handing the "http" service, which is assumed to be at -its standard port, number 80. If your the web server you're trying to +its standard port, number 80. If the web server you're trying to connect to is at a different port (like 1080 or 8080), you should specify as the named-parameter pair, C<< PeerPort => 8080 >>. The C<autoflush> method is used on the socket because otherwise the system would buffer |