projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
392ef80
)
Fix broken ABSTRACTs
Jerry D. Hedden [Wed, 9 Sep 2009 15:05:58 +0000 (11:05 -0400)]
ext/IPC-Open2/lib/IPC/Open2.pm
patch
|
blob
|
blame
|
history
ext/IPC-Open3/lib/IPC/Open3.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/IPC-Open2/lib/IPC/Open2.pm
b/ext/IPC-Open2/lib/IPC/Open2.pm
index
4fc016a
..
5f555bc
100644
(file)
--- a/
ext/IPC-Open2/lib/IPC/Open2.pm
+++ b/
ext/IPC-Open2/lib/IPC/Open2.pm
@@
-12,7
+12,7
@@
$VERSION = 1.03;
=head1 NAME
-IPC::Open2, open2 - open a process for both reading and writing
+IPC::Open2 - open a process for both reading and writing using open2()
=head1 SYNOPSIS
diff --git
a/ext/IPC-Open3/lib/IPC/Open3.pm
b/ext/IPC-Open3/lib/IPC/Open3.pm
index
a7365bd
..
82c20ae
100644
(file)
--- a/
ext/IPC-Open3/lib/IPC/Open3.pm
+++ b/
ext/IPC-Open3/lib/IPC/Open3.pm
@@
-15,7
+15,7
@@
$VERSION = 1.05;
=head1 NAME
-IPC::Open3, open3 - open a process for reading, writing, and error handling
+IPC::Open3 - open a process for reading, writing, and error handling using open3()
=head1 SYNOPSIS