From 92b82d293abc9f659d7395f598b3e2861961246d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 6 Mar 2012 03:11:51 -0600 Subject: fix these docs --- lib/IO/Pty/Easy.pm | 4 ++-- 1 file 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. +The argument list is passed directly to C. -Returns true on success, false on failure. +Dies on failure. =cut -- cgit v1.2.3-54-g00ecf