Change 23642 by [EMAIL PROTECTED] on 2004/12/13 09:54:23
Subject: [PATCH] perlipc typo
From: Brendan O'Dea <[EMAIL PROTECTED]>
Date: Sun, 12 Dec 2004 10:25:04 +1100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlipc.pod#58 edit
Differences ...
==== //depot/perl/pod/perlipc.pod#58 (text) ====
Index: perl/pod/perlipc.pod
--- perl/pod/perlipc.pod#57~23533~ Wed Nov 24 08:07:38 2004
+++ perl/pod/perlipc.pod Mon Dec 13 01:54:23 2004
@@ -621,7 +621,7 @@
forks the ps(1) command (without spawning a shell, as there are more than
three arguments to open()), and reads its standard output via the
-C<KID_PS> filehandle. The corresponding syntax to read from command
+C<KID_PS> filehandle. The corresponding syntax to write to command
pipes (with C<"|-"> in place of C<"-|">) is also implemented.
Note that these operations are full Unix forks, which means they may not be
End of Patch.