summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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