projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929327b
)
Decutandpasto.
author
Richard Soderberg
<p5-authors@crystalflame.net>
Sun, 23 Jul 2000 01:37:23 +0000
(18:37 -0700)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 24 Jul 2000 00:04:19 +0000
(
00:04
+0000)
Subject: [PATCH perl-current]
19990607
.008 - perlipc.pod
Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
p4raw-id: //depot/perl@6420
pod/perlipc.pod
patch
|
blob
|
history
diff --git
a/pod/perlipc.pod
b/pod/perlipc.pod
index
475271d
..
1894375
100644
(file)
--- 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: