Decutandpasto.
Richard Soderberg [Sun, 23 Jul 2000 01:37:23 +0000 (18:37 -0700)]
Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>

p4raw-id: //depot/perl@6420

pod/perlipc.pod

index 475271d..1894375 100644 (file)
@@ -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: