aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-11-09 10:01:01 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-11-09 10:01:01 +0200
commit08204cb140768a2963a90c6a20ddb9c6da95695f (patch)
tree6f55b294a85a5dcc30323d774f0ca0e8275413bb
parent90c1c828099d2703fe0eb44b09d5cd3fd67a97fe (diff)
downloadmailfromd-08204cb140768a2963a90c6a20ddb9c6da95695f.tar.gz
mailfromd-08204cb140768a2963a90c6a20ddb9c6da95695f.tar.bz2
Fix docstring for the "debug" statement in the config-help output.
-rw-r--r--src/mfdbtool.c13
-rw-r--r--src/srvcfg.c13
2 files changed, 12 insertions, 14 deletions
diff --git a/src/mfdbtool.c b/src/mfdbtool.c
index 0edf0381..aeb6758f 100644
--- a/src/mfdbtool.c
+++ b/src/mfdbtool.c
@@ -317,10 +317,9 @@ struct mu_cfg_param mfdbtool_cfg_param[] = {
{ "debug", mu_cfg_callback, NULL, 0, cb_debug,
- N_("Set Mailfromd debug verbosity level. Argument is a comma-"
- "separated list of debug specifications, each of which has the "
- "following form:\n"
- " <module: string>[=<level: number>]\n"
- "where <module> is the name of a Mailfromd module, and <level> "
- "is the desired verbosity level for that module."),
+ N_("Set mailfromd debugging level. Argument is a semicolon-separated list "
+ "of debugging specifications. A simplified specification syntax is:\n"
+ " [!]<category: string>[.<level: string>,<level: string>...]\n"
+ "For details, please see the Mailfromd manual, section 3.18 \"Logging\n"
+ "and Debugging\", GNU Mailutils manual, section 3.3 \"Debugging\",\n"
+ "or visit <http://mailutils.org/wiki/Debug_level>."),
N_("spec: list") },
-
{ "lock-retry-count", mu_cfg_callback, NULL, 0,
diff --git a/src/srvcfg.c b/src/srvcfg.c
index dcb27eac..8c4ddf32 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -482,10 +482,9 @@ static struct mu_cfg_param srv_cfg_param[] = {
{ "debug", mu_cfg_callback, NULL, 0, cb_debug,
- N_("Set Mailfromd debug verbosity level. Argument is a comma-"
- "separated list of debug specifications, each of which has the "
- "following form:\n"
- " <module: string>[=<level: number>]\n"
- "where <module> is the name of a Mailfromd module, and <level> "
- "is the desired verbosity level for that module."),
+ N_("Set mailfromd debugging level. Argument is a semicolon-separated list "
+ "of debugging specifications. A simplified specification syntax is:\n"
+ " [!]<category: string>[.<level: string>,<level: string>...]\n"
+ "For details, please see the Mailfromd manual, section 3.18 \"Logging\n"
+ "and Debugging\", GNU Mailutils manual, section 3.3 \"Debugging\",\n"
+ "or visit <http://mailutils.org/wiki/Debug_level>."),
N_("spec: list") },
-
{ "transcript", mu_c_bool, &smtp_transcript, 0, NULL,

Return to:

Send suggestions and report system problems to the System administrator.