summaryrefslogtreecommitdiff
path: root/pod/perlipc.pod
diff options
context:
space:
mode:
authorRichard Soderberg <p5-authors@crystalflame.net>2000-07-22 18:37:23 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-24 00:04:19 +0000
commit3ba19564c18a5e98833654c556b92399f4081f2c (patch)
treed7f242d0b8f1de380136998d6968d4718bed4ba0 /pod/perlipc.pod
parent929327b2dc1cf9eaf4d36b4f965b09fd8c233e8e (diff)
downloadperl-3ba19564c18a5e98833654c556b92399f4081f2c.tar.gz
Decutandpasto.
Subject: [PATCH perl-current] 19990607.008 - perlipc.pod Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net> p4raw-id: //depot/perl@6420
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 475271d071..18943752ae 100644
--- a/pod/perlipc.pod
+++ b/pod/perlipc.pod
@@ -837,7 +837,7 @@ domain sockets can show up in the file system with an ls(1) listing.
You can test for these with Perl's B<-S> file test:
unless ( -S '/dev/log' ) {
- die "something's wicked with the print system";
+ die "something's wicked with the log system";
}
Here's a sample Unix-domain client: