diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlipc.pod | 2 |
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 |