From ffef15f0c4c80de0101c1d05b921011a37a080b8 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Fri, 17 Aug 2007 00:05:17 -0500 Subject: doc fixes --- lib/IO/Pty/Easy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IO/Pty/Easy.pm b/lib/IO/Pty/Easy.pm index 89756a0..d984bb2 100644 --- a/lib/IO/Pty/Easy.pm +++ b/lib/IO/Pty/Easy.pm @@ -256,7 +256,7 @@ sub is_active { =head2 kill() -Kills the process currently running on the PTY (if any). After this call, C and C will fail, and a new process can be created on the PTY with C. +Kills the process currently running on the PTY (if any). After this call, C and C will fail, and a new process can be created on the PTY with C once C returns false. Returns 1 if a process was actually killed, and 0 otherwise. -- cgit v1.2.3-54-g00ecf