INN commit: branches/2.5 (innd/nc.c nnrpd/list.c)
INN Commit
rra at isc.org
Sun Nov 15 09:29:24 UTC 2009
Date: Sunday, November 15, 2009 @ 01:29:24
Author: iulius
Revision: 8801
Wording of LIST answers.
Modified:
branches/2.5/innd/nc.c
branches/2.5/nnrpd/list.c
--------------+
innd/nc.c | 2 +-
nnrpd/list.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: innd/nc.c
===================================================================
--- innd/nc.c 2009-11-15 09:29:16 UTC (rev 8800)
+++ innd/nc.c 2009-11-15 09:29:24 UTC (rev 8801)
@@ -810,7 +810,7 @@
free(buff);
return;
} else {
- xasprintf(&buff, "%d Newsgroups in form \"group high low flags\"",
+ xasprintf(&buff, "%d Newsgroups in form \"group high low status\"",
NNTP_OK_LIST);
NCwritereply(cp, buff);
free(buff);
Modified: nnrpd/list.c
===================================================================
--- nnrpd/list.c 2009-11-15 09:29:16 UTC (rev 8800)
+++ nnrpd/list.c 2009-11-15 09:29:24 UTC (rev 8801)
@@ -25,7 +25,7 @@
static LISTINFO INFOactive = {
"ACTIVE", INN_PATH_ACTIVE, NULL, true, "active newsgroups",
- "Newsgroups in form \"group high low flags\""
+ "Newsgroups in form \"group high low status\""
};
static LISTINFO INFOactivetimes = {
"ACTIVE.TIMES", INN_PATH_ACTIVETIMES, NULL, false, "creation times",
@@ -33,7 +33,7 @@
};
static LISTINFO INFOdistribs = {
"DISTRIBUTIONS", INN_PATH_NNRPDIST, NULL, false, "newsgroup distributions",
- "Distributions in form \"area description\""
+ "Distributions in form \"distribution description\""
};
static LISTINFO INFOheaders = {
"HEADERS", NULL, cmd_list_headers, true, "supported headers and metadata",
@@ -45,7 +45,7 @@
};
static LISTINFO INFOdistribpats = {
"DISTRIB.PATS", INN_PATH_DISTPATS, NULL, false, "distribution patterns",
- "Default distributions in form \"weight:pattern:value\""
+ "Default distributions in form \"weight:group-pattern:distribution\""
};
static LISTINFO INFOgroups = {
"NEWSGROUPS", INN_PATH_NEWSGROUPS, NULL, true, "newsgroup descriptions",
More information about the inn-committers
mailing list