- fix documentation of the "terminator" constructor option, telling
that the terminator character is also appended to the string passed to
the send() method.
- fix documentation of exec() and send() to tell that the terminator
character is added at the end of the string passed as argument.
On Tue Apr 22 22:44:48 2008, BNEGRAO wrote:
Show quoted text> - fix title of the waitfor() method. it should show the three
arguments
Show quoted text> accepted: waitfor ($string [, $timeout, $match_type])
>
> - fix documentation of the send() method, it is messy and doesn't
tell
Show quoted text> clearly that this method can be used to execute commands on the
remote
Show quoted text> server.