summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-06 03:11:51 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-06 03:11:51 -0600
commit92b82d293abc9f659d7395f598b3e2861961246d (patch)
tree7459d8c27426b85d0891fcb575e0e1c7907528b5
parent0299c3834bfe65dd42925f12ed25ccecc33aed24 (diff)
downloadio-pty-easy-92b82d293abc9f659d7395f598b3e2861961246d.tar.gz
io-pty-easy-92b82d293abc9f659d7395f598b3e2861961246d.zip
fix these docs
-rw-r--r--lib/IO/Pty/Easy.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm
index 9439332..f538cfc 100644
--- a/lib/IO/Pty/Easy.pm
+++ b/lib/IO/Pty/Easy.pm
@@ -96,9 +96,9 @@ sub new {
Fork a new subprocess, with stdin/stdout/stderr tied to the pty.
-The argument list is passed directly to C<exec()>.
+The argument list is passed directly to C<system()>.
-Returns true on success, false on failure.
+Dies on failure.
=cut