=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm 2006/09/12 03:13:08 1.18 +++ trango/Net-Telnet-Trango/lib/Net/Telnet/Trango.pm 2006/09/12 03:16:43 1.19 @@ -1,5 +1,5 @@ package Net::Telnet::Trango; -# $RedRiver: Trango.pm,v 1.17 2006/09/12 01:17:46 andrew Exp $ +# $RedRiver: Trango.pm,v 1.18 2006/09/12 02:13:08 andrew Exp $ use strict; use warnings; use base 'Net::Telnet'; @@ -219,7 +219,9 @@ =head2 COMMANDS -Most of these are just shortcuts to C METHOD)>, as such they accept the same options as C. Specifically they take a named paramater "args", for example: +Most of these are just shortcuts to C METHOD)>, +as such they accept the same options as C. +Specifically they take a named paramater "args", for example: C 'on')> would enable tftpd =over