Codebase list libipc-run-perl / ad1c17e
refreshed patch Krzysztof Krzyzaniak 15 years ago
1 changed file(s) with 3 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
55 Description: another error in the POD
66 Bug: #477399
77
8 --- a/lib/IPC/Run.pm
9 +++ b/lib/IPC/Run.pm
10 @@ -27,7 +27,7 @@
11 run \@cat, '<', "in.txt", '>>', "out.txt", '2>>', "err.txt" ;
12
13
14 - # Redirecting using psuedo-terminals instad of pipes.
15 + # Redirecting using pseudo-terminals instad of pipes.
16 run \@cat, '<pty<', \$in, '>pty>', \$out_and_err ;
17
18 ## Scripting subprocesses (like Expect):
19 @@ -118,7 +118,7 @@
8 --- a/lib/IPC/Run.pm 2008-12-19 12:31:04.000000000 +0100
9 +++ b/lib/IPC/Run.pm.new 2008-12-19 12:46:30.000000000 +0100
10 @@ -112,7 +112,7 @@
2011
2112 =head1 DESCRIPTION
2213