INN commit: trunk/doc (man/innfeed.1 pod/news.pod pod/pullnews.pod)

INN Commit Russ_Allbery at isc.org
Sat Apr 26 08:48:20 UTC 2008


    Date: Saturday, April 26, 2008 @ 01:48:19
  Author: iulius
Revision: 7799

* Update the changelog for INN 2.4.4;
* Add documentation for -x to pullnews;
* Fix a typo in the documentation of innfeed.

Modified:
  trunk/doc/man/innfeed.1
  trunk/doc/pod/news.pod
  trunk/doc/pod/pullnews.pod

------------------+
 man/innfeed.1    |    2 +-
 pod/news.pod     |   16 +++++++++++-----
 pod/pullnews.pod |    8 +++++++-
 3 files changed, 19 insertions(+), 7 deletions(-)

Modified: man/innfeed.1
===================================================================
--- man/innfeed.1	2008-04-26 08:47:01 UTC (rev 7798)
+++ man/innfeed.1	2008-04-26 08:48:19 UTC (rev 7799)
@@ -491,7 +491,7 @@
 .\"
 .\"
 .SH FILES
-infeed.conf	config file.
+innfeed.conf	config file.
 .br
 innfeed		directory for backlog files.
 .\"

Modified: pod/news.pod
===================================================================
--- pod/news.pod	2008-04-26 08:47:01 UTC (rev 7798)
+++ pod/news.pod	2008-04-26 08:48:19 UTC (rev 7799)
@@ -81,6 +81,11 @@
 
 =item *
 
+Some annoying assertion failures occurring in B<innfeed> have been fixed
+by Russ Allbery.
+
+=item *
+
 Support for bzip2-compressed batches (with B<bunbatch>) has been added.
 
 =item *
@@ -121,11 +126,6 @@
 
 =item *
 
-Some annoying assertion failures occurring in B<innfeed> have been fixed
-by Russ Allbery.
-
-=item *
-
 Some news clients hang when posting an article through a SSL connection:
 it seems that B<nnrpd>'s SSL routines make it wrongly wait for data
 completion.  In order to fix the problem, the select() wait is now
@@ -139,6 +139,12 @@
 
 =item *
 
+Fixed a bug in B<mailpost> and B<pullnews> which prevented useful error
+messages to be seen.  Also add the B<-x> flag to B<pullnews> in order
+to insert Xref: headers in articles which lack one.
+
+=item *
+
 If compiling with S<Berkeley DB>, use its ndbm compatibility layer for
 B<ckpasswd> in preference to searching for a traditional dbm library.
 INN also supports S<Berkeley DB 4.4> and S<Berkeley DB 4.6> thanks

Modified: pod/pullnews.pod
===================================================================
--- pod/pullnews.pod	2008-04-26 08:47:01 UTC (rev 7798)
+++ pod/pullnews.pod	2008-04-26 08:48:19 UTC (rev 7799)
@@ -4,7 +4,7 @@
 
 =head1 SYNOPSIS
 
-B<pullnews> [B<-hq>] [B<-c> I<config>] [B<-g> I<groups>] [B<-p> I<port>]
+B<pullnews> [B<-hqx>] [B<-c> I<config>] [B<-g> I<groups>] [B<-p> I<port>]
 [B<-r> I<file>] [B<-s> I<to-server>] [<from-server> ...]
 
 =head1 REQUIREMENTS
@@ -72,6 +72,12 @@
 server running on localhost.  To connect to a different host, specify a
 server with the B<-s> flag.
 
+=item B<-x>
+
+If the B<-x> flag is used, an Xref: header is added to any article
+that lacks one.  It can be useful for instance if articles are fed
+to a news server which has I<xrefslave> set in F<inn.conf>.
+
 =back
 
 =head1 CONFIG FILE



More information about the inn-committers mailing list