From 1a7a6ee0eed956c70e77a9246da488ca66341591 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 27 Apr 2001 22:09:45 +0000 Subject: [PATCH] documentation inconsistancy noticed by "George J. Nazarey Jr." alabanza.com> thanks! --- SSH.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0