Skip to content

Commit c92441c

Browse files
authored
Add info about discarding the three STD IO streams
1 parent 266c917 commit c92441c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/Proc.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ C<$in>, C<$out> and C<$err> are the three
6868
standard streams of the to-be-launched program, and default to C<"-">, which
6969
means they inherit the stream from the parent process. Setting one (or more)
7070
of them to C<True> makes the stream available as an L<IO::Pipe> object of the
71-
same name, so for example C<$proc.out>. Or you can pass an existing
71+
same name, so for example C<$proc.out>. You can set them to C<False> to discard
72+
them. Or you can pass an existing
7273
L<IO::Handle> object (for example IO::Pipe) in, in which case this handle is
7374
used for the stream.
7475

0 commit comments

Comments
 (0)