From: Richard Soderberg Date: Sun, 23 Jul 2000 01:37:23 +0000 (-0700) Subject: Decutandpasto. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ba19564c18a5e98833654c556b92399f4081f2c;p=p5sagit%2Fp5-mst-13.2.git Decutandpasto. Subject: [PATCH perl-current] 19990607.008 - perlipc.pod Message-ID: p4raw-id: //depot/perl@6420 --- diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 475271d..1894375 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: