documentation inconsistancy noticed by
authorivan <ivan>
Fri, 27 Apr 2001 22:09:45 +0000 (22:09 +0000)
committerivan <ivan>
Fri, 27 Apr 2001 22:09:45 +0000 (22:09 +0000)
"George J. Nazarey Jr." <gnazarey<at>alabanza.com>
thanks!

SSH.pm

diff --git a/SSH.pm b/SSH.pm
index 0a44133..3e21be5 100644 (file)
--- a/SSH.pm
+++ b/SSH.pm
@@ -26,7 +26,7 @@ Net::SSH - Perl extension for secure shell
 
   sshopen2('user@hostname', $reader, $writer, $command);
 
-  sshopen3('user@hostname', $reader, $writer, $error, $command);
+  sshopen3('user@hostname', $writer, $reader, $error, $command);
 
 =head1 DESCRIPTION