aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-17 14:38:17 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-17 14:38:17 +0300
commit39cb043bf015b36819a9f431c386592c59480f92 (patch)
tree7ce7660b52aad2ff9e61eb8a62867f454cc53213 /src
parent7a1985a0f05564fd7c381e828ff134836f3e3253 (diff)
downloadwydawca-39cb043bf015b36819a9f431c386592c59480f92.tar.gz
wydawca-39cb043bf015b36819a9f431c386592c59480f92.tar.bz2
Update the docs
Diffstat (limited to 'src')
-rw-r--r--src/config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.c b/src/config.c
index a7d4312..9c381ea 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1487,13 +1487,13 @@ static struct grecs_keyword wydawca_kw[] = {
cb_locking, NULL, locking_kw },
{ "listen", N_("socket"),
- N_("Listen on this address"),
+ N_("Listen on this address for upload notification connections."),
grecs_type_sockaddr, GRECS_DFLT, &listen_sockaddr, },
{ "max-connections", NULL,
- N_("maximum allowed number of simultaneous connections"),
+ N_("maximum allowed number of simultaneous connections."),
grecs_type_size, GRECS_DFLT, &max_connections },
{ "idle-timeout", N_("interval"),
- N_("Idle timeout for a TXPMUX connection"),
+ N_("Idle timeout for upload notification connection."),
grecs_type_string, GRECS_CONST, &idle_timeout, 0, cb_interval },
#ifdef WITH_LIBWRAP

Return to:

Send suggestions and report system problems to the System administrator.