summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 21:33:43 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-08-16 21:33:43 -0500
commit0018248887eda45afa634f7f070fc0083c180637 (patch)
treefb986791a2119d581cd7779c6abf5503b5712266
parent31f905d64162e63b812474241a5e3b0ff4ac9150 (diff)
downloadio-pty-easy-0018248887eda45afa634f7f070fc0083c180637.tar.gz
io-pty-easy-0018248887eda45afa634f7f070fc0083c180637.zip
typo
-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 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<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()>.
Returns 1 if a process was actually killed, and 0 otherwise.