summaryrefslogtreecommitdiff
path: root/pod/perlipc.pod
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2004-12-12 21:25:04 +1100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-12-13 09:54:23 +0000
commit8a2485f87de4ac33d6c8564ae6b27c5efc3e1430 (patch)
tree6767fb32e052968945342909d2eb5ec62755316e /pod/perlipc.pod
parent25fb98c0239ba605154cf0c1170f623764cf67ed (diff)
downloadperl-8a2485f87de4ac33d6c8564ae6b27c5efc3e1430.tar.gz
perlipc typo
Message-ID: <20041211232504.GA8380@londo.c47.org> p4raw-id: //depot/perl@23642
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r--pod/perlipc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index 76dcfed734..5bf4f6cfd9 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<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