summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-08-17 00:05:17 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-08-17 00:05:17 -0500
commitffef15f0c4c80de0101c1d05b921011a37a080b8 (patch)
treed96cd57dedbfd62a715285c8eb0c2b78acfa7238
parentf0bcac6fb389927ada68e2d6539a7e3edc019125 (diff)
downloadio-pty-easy-ffef15f0c4c80de0101c1d05b921011a37a080b8.tar.gz
io-pty-easy-ffef15f0c4c80de0101c1d05b921011a37a080b8.zip
doc fixes
-rw-r--r--lib/IO/Pty/Easy.pm2
1 files changed, 1 insertions, 1 deletions
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<read()> and C<write()> will fail, and a new process can be created on the PTY with C<spawn()>.
+Kills the process currently running on the PTY (if any). After this call, C<read()> and C<write()> will fail, and a new process can be created on the PTY with C<spawn()> once C<is_active> returns false.
Returns 1 if a process was actually killed, and 0 otherwise.