diff options
author | grant <grant> | 2003-12-09 04:51:55 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-09 04:51:55 +0000 |
commit | 467c971383f4756adfe5f5b4b9f572e7ee549858 (patch) | |
tree | 85420122a58ac78ebf32a8e1d5396ee12f4902d3 /net | |
parent | e29f20f2270f9ee52c82273daf3f0997d19f657d (diff) | |
download | pkgsrc-467c971383f4756adfe5f5b4b9f572e7ee549858.tar.gz |
fix formatting.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Telnet/DESCR | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/net/p5-Net-Telnet/DESCR b/net/p5-Net-Telnet/DESCR index 50642c3cfd0..b875eeefca5 100644 --- a/net/p5-Net-Telnet/DESCR +++ b/net/p5-Net-Telnet/DESCR @@ -1,11 +1,9 @@ -Contents of perl5 Net::Telnet class: - - Net::Telnet allows you to make client connections to a TCP port - and do network I/O, especially to a port using the TELNET - protocol. Simple I/O methods such as print, get, and getline are - provided. More sophisticated interactive features are provided - because connecting to a TELNET port ultimately means communicating - with a program designed for human interaction. These interactive - features include the ability to specify a timeout and to wait for - patterns to appear in the input stream, such as the prompt from a - shell. +Net::Telnet allows you to make client connections to a TCP port +and do network I/O, especially to a port using the TELNET +protocol. Simple I/O methods such as print, get, and getline are +provided. More sophisticated interactive features are provided +because connecting to a TELNET port ultimately means communicating +with a program designed for human interaction. These interactive +features include the ability to specify a timeout and to wait for +patterns to appear in the input stream, such as the prompt from a +shell. |