about summary refs log tree commit
diff options
context:
space:
mode:
authorDominic Hargreaves <dom@earth.li>2016-04-02 00:17:08 +0100
committerDominic Hargreaves <dom@earth.li>2016-04-02 00:17:08 +0100
commit776f02511f797b372362fe76ee7968519c93f47c (patch)
tree29d9bad7b8b483e3d22fa159fbe8cecc9dde9c89
parente8340ba23c44f80ce6c13571dfbcca119d56701a (diff)
downloadperl-libnet-776f02511f797b372362fe76ee7968519c93f47c.tar.gz
Correct innd/nnrpd confusion in relation to Reader option
In the 'Reader' paragraph of the 'Constructor' section, the text has
nnrpd and innd the wrong way round

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=51962
-rw-r--r--lib/Net/NNTP.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 1cd0988..ddbd8e1 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -845,10 +845,10 @@ NNTP server, a value of zero will cause all IO operations to block.
 B<Debug> - Enable the printing of debugging information to STDERR
 
 B<Reader> - If the remote server is INN then initially the connection
-will be to nnrpd, by default C<Net::NNTP> will issue a C<MODE READER> command
-so that the remote server becomes innd. If the C<Reader> option is given
+will be to innd, by default C<Net::NNTP> will issue a C<MODE READER> command
+so that the remote server becomes nnrpd. If the C<Reader> option is given
 with a value of zero, then this command will not be sent and the
-connection will be left talking to nnrpd.
+connection will be left talking to innd.
 
 B<LocalAddr> and B<LocalPort> - These parameters are passed directly
 to IO::Socket to allow binding the socket to a specific local address and port.