summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-19 15:45:16 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-19 15:45:16 +0200
commit3e5cbaacc1418f1a4b178a0d2ded8fdff9efc0ad (patch)
treead0502a073ee211f4a3ebb5ae13263f5c49e93c5 /manpages
parent996ce432b49ba3c75b21d14b8d2980c99684d1c2 (diff)
downloaddocs-3e5cbaacc1418f1a4b178a0d2ded8fdff9efc0ad.tar.gz
docs-3e5cbaacc1418f1a4b178a0d2ded8fdff9efc0ad.tar.bz2
docs-3e5cbaacc1418f1a4b178a0d2ded8fdff9efc0ad.zip
update merchantdb schema
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-config.1.rst2
-rw-r--r--manpages/taler-exchange-httpd.1.rst10
2 files changed, 5 insertions, 7 deletions
diff --git a/manpages/taler-config.1.rst b/manpages/taler-config.1.rst
index 3f887cf1..f8724880 100644
--- a/manpages/taler-config.1.rst
+++ b/manpages/taler-config.1.rst
@@ -6,7 +6,7 @@ taler-config(1)
Name
====
- **taler-config** - configure GNU Taler configuration files
+ **taler-config** - manipulate GNU Taler configuration files
Synopsis
========
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index 8cb4d4a1..66b9234d 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -41,7 +41,8 @@ Its options are as follows:
**-C** \| **––connection-close**
Force each HTTP connection to be closed after each request (useful in
- combination with **-f** to avoid having to wait for nc to time out).
+ combination with **-f** to avoid having to wait for
+ netcat (nc) to time out).
**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
Use the configuration and other resources for the merchant to operate
@@ -89,15 +90,12 @@ Its options are as follows:
**-v** \| **––version**
Print version information.
-SIGNALS
+
+Signals
=======
**taler-exchange-httpd** responds to the following signals:
-``SIGUSR1``
- Sending a SIGUSR1 to the process will cause it to reload denomination
- and signing keys.
-
``SIGTERM``
Sending a SIGTERM to the process will cause it to shutdown cleanly.