about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-06-28 14:33:36 +0100
committerGitHub <noreply@github.com>2016-06-28 14:33:36 +0100
commit96c88960ad20593dafb0538d7053d8b503d344b7 (patch)
tree9b2c8593b8ae03ec23fe2cc0f927bf0fc7ffda3c
parent90b6e08518beb8f2a837abc8d47f3cfdc4966fa4 (diff)
parent776f02511f797b372362fe76ee7968519c93f47c (diff)
downloadperl-libnet-96c88960ad20593dafb0538d7053d8b503d344b7.tar.gz
Merge pull request #25 from jmdh/nntp_docs
Correct innd/nnrpd confusion in relation to Reader option
-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.