diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 14:55:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 14:55:57 +0000 |
commit | 5b67648c39436ab85446c7954c3782ff1757a3d2 (patch) | |
tree | 561f2601c22908987360127e6e986c7c92fbb643 /lib/IPC | |
parent | bcbf61bcb9d7dfa91f65f1f74f68780cd15033e2 (diff) | |
download | perl-5b67648c39436ab85446c7954c3782ff1757a3d2.tar.gz |
pod nits
p4raw-id: //depot/perl@5580
Diffstat (limited to 'lib/IPC')
-rw-r--r-- | lib/IPC/Open2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IPC/Open2.pm b/lib/IPC/Open2.pm index 5e1386f8e7..161620ba24 100644 --- a/lib/IPC/Open2.pm +++ b/lib/IPC/Open2.pm @@ -41,7 +41,7 @@ The write filehandle will have autoflush turned on. If $rdrfh is a string (that is, a bareword filehandle rather than a glob or a reference) and it begins with C<< >& >>, then the child will send output directly to that file handle. If $wtrfh is a string that begins with -C<< <& >>", then $wtrfh will be closed in the parent, and the child will read +C<< <& >>, then $wtrfh will be closed in the parent, and the child will read from it directly. In both cases, there will be a dup(2) instead of a pipe(2) made. |