From: ivan Date: Fri, 27 Apr 2001 22:09:45 +0000 (+0000) Subject: documentation inconsistancy noticed by X-Git-Tag: NET_SSH_0_03~5 X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SSH.git;a=commitdiff_plain;h=1a7a6ee0eed956c70e77a9246da488ca66341591 documentation inconsistancy noticed by "George J. Nazarey Jr." alabanza.com> thanks! --- diff --git a/SSH.pm b/SSH.pm index 0a44133..3e21be5 100644 --- 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