From: Brendan O'Dea Date: Sun, 12 Dec 2004 10:25:04 +0000 (+1100) Subject: perlipc typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a2485f87de4ac33d6c8564ae6b27c5efc3e1430;p=p5sagit%2Fp5-mst-13.2.git perlipc typo Message-ID: <20041211232504.GA8380@londo.c47.org> p4raw-id: //depot/perl@23642 --- diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 76dcfed..5bf4f6c 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -621,7 +621,7 @@ the syntax 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 filehandle. The corresponding syntax to read from command +C 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