summaryrefslogtreecommitdiff
path: root/SSH.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-04-27 22:09:45 +0000
committerivan <ivan>2001-04-27 22:09:45 +0000
commit1a7a6ee0eed956c70e77a9246da488ca66341591 (patch)
treef50079de14134b0e0b485da07135e0e15eb80143 /SSH.pm
parentd28f4970158166eba309962013e9f49886570c92 (diff)
documentation inconsistancy noticed by
"George J. Nazarey Jr." <gnazarey<at>alabanza.com> thanks!
Diffstat (limited to 'SSH.pm')
-rw-r--r--SSH.pm2
1 files changed, 1 insertions, 1 deletions
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