From 0018248887eda45afa634f7f070fc0083c180637 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 16 Aug 2007 21:33:43 -0500 Subject: typo --- 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 a7c10ec..cf86a24 100644 --- a/lib/IO/Pty/Easy.pm +++ b/lib/IO/Pty/Easy.pm @@ -249,7 +249,7 @@ sub is_active { # kill() {{{ =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. Returns 1 if a process was actually killed, and 0 otherwise. -- cgit v1.2.3-54-g00ecf