diff options
author | ivan <ivan> | 2001-04-27 22:09:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-04-27 22:09:45 +0000 |
commit | 1a7a6ee0eed956c70e77a9246da488ca66341591 (patch) | |
tree | f50079de14134b0e0b485da07135e0e15eb80143 /SSH.pm | |
parent | d28f4970158166eba309962013e9f49886570c92 (diff) |
documentation inconsistancy noticed by
"George J. Nazarey Jr." <gnazarey<at>alabanza.com>
thanks!
Diffstat (limited to 'SSH.pm')
-rw-r--r-- | SSH.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |