INN commit: trunk (doc/FAQ expire/expire.c expire/expireover.c)

INN Commit rra at isc.org
Mon Aug 17 19:05:28 UTC 2009


    Date: Monday, August 17, 2009 @ 12:05:28
  Author: iulius
Revision: 8570

Various homogenizations.

Modified:
  trunk/doc/FAQ
  trunk/expire/expire.c
  trunk/expire/expireover.c

---------------------+
 doc/FAQ             |    2 +-
 expire/expire.c     |    2 +-
 expire/expireover.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: doc/FAQ
===================================================================
--- doc/FAQ	2009-08-15 07:37:47 UTC (rev 8569)
+++ doc/FAQ	2009-08-17 19:05:28 UTC (rev 8570)
@@ -634,7 +634,7 @@
 3. At this point, you should be looking at a line with "+" in the second
    field.  The article should be on your server at this point.
 
-   If it's not, either it's been canceled, or has already expired.
+   If it's not, either it's been cancelled, or has already expired.
 
 4. You're now interested in whether the article was sent to your peers.
    At the end of the same line in $pathlog/news, innd puts all of the

Modified: expire/expire.c
===================================================================
--- expire/expire.c	2009-08-15 07:37:47 UTC (rev 8569)
+++ expire/expire.c	2009-08-17 19:05:28 UTC (rev 8570)
@@ -534,7 +534,7 @@
     }
 
     /* Parse JCL. */
-    while ((i = getopt(ac, av, "f:h:d:g:iNnpr:s:tv:w:xz:")) != EOF)
+    while ((i = getopt(ac, av, "d:f:g:h:iNnpr:s:tv:w:xz:")) != EOF)
 	switch (i) {
 	default:
 	    Usage();

Modified: expire/expireover.c
===================================================================
--- expire/expireover.c	2009-08-15 07:37:47 UTC (rev 8569)
+++ expire/expireover.c	2009-08-17 19:05:28 UTC (rev 8570)
@@ -25,7 +25,7 @@
 #include "inn/storage.h"
 
 static const char usage[] = "\
-Usage: expireover [-ekNpqs] [-w offset] [-z rmfile] [-Z lowmarkfile]\n";
+Usage: expireover [-ekNpqs] [-f file] [-w offset] [-z rmfile] [-Z lowmarkfile]\n";
 
 /* Set to 1 if we've received a signal; expireover then terminates after
    finishing the newsgroup that it's working on (this prevents corruption of




More information about the inn-committers mailing list