From 3ba19564c18a5e98833654c556b92399f4081f2c Mon Sep 17 00:00:00 2001 From: Richard Soderberg Date: Sat, 22 Jul 2000 18:37:23 -0700 Subject: Decutandpasto. Subject: [PATCH perl-current] 19990607.008 - perlipc.pod Message-ID: p4raw-id: //depot/perl@6420 --- pod/perlipc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlipc.pod') 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: -- cgit v1.2.1