about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2000-05-02 13:13:02 +0000
committerGraham Barr <gbarr@pobox.com>2000-05-02 13:13:02 +0000
commitbec671a87f3080a22c11b387486b0266841b0cb1 (patch)
treece8329bceb43542c2c3fcdf55f2377501b7aacb5
parent3b85095ab0fe6138c82ae26611efd66038f8687f (diff)
downloadperl-libnet-bec671a87f3080a22c11b387486b0266841b0cb1.tar.gz
Net::NNTP
* Doc fix for the description of the return value from ->list()

-rw-r--r--Net/NNTP.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Net/NNTP.pm b/Net/NNTP.pm
index 55c1f0b..2670a7f 100644
--- a/Net/NNTP.pm
+++ b/Net/NNTP.pm
@@ -14,7 +14,7 @@ use Carp;
 use Time::Local;
 use Net::Config;
 
-$VERSION = "2.19"; # $Id: //depot/libnet/Net/NNTP.pm#10 $
+$VERSION = "2.19"; # $Id: //depot/libnet/Net/NNTP.pm#11 $
 @ISA     = qw(Net::Cmd IO::Socket::INET);
 
 sub new
@@ -799,8 +799,8 @@ that it will allow posting.
 
 Obtain information about all the active newsgroups. The results is a reference
 to a hash where the key is a group name and each value is a reference to an
-array. The elements in this array are:- the first article number in the group,
-the last article number in the group and any information flags about the group.
+array. The elements in this array are:- the last article number in the group,
+the first article number in the group and any information flags about the group.
 
 =item newgroups ( SINCE [, DISTRIBUTIONS ])
 
@@ -1059,6 +1059,6 @@ it under the same terms as Perl itself.
 
 =for html <hr>
 
-I<$Id: //depot/libnet/Net/NNTP.pm#10 $>
+I<$Id: //depot/libnet/Net/NNTP.pm#11 $>
 
 =cut