summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 17:28:59 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 17:28:59 -0500
commit21cb01c46c97903683a2706115ad59f84d49ebca (patch)
tree7db06ca6822f7caf84d1e5597f58c972b631b5ee
parent3eaf38970b9f894eeeffbfbe229f48da2fe09392 (diff)
downloaddocs-21cb01c46c97903683a2706115ad59f84d49ebca.tar.gz
docs-21cb01c46c97903683a2706115ad59f84d49ebca.tar.bz2
docs-21cb01c46c97903683a2706115ad59f84d49ebca.zip
s/taler-exchange-keyup/taler-exchange-offline/ (four instances)
-rw-r--r--manpages/taler-exchange-benchmark.1.rst2
-rw-r--r--manpages/taler-exchange-dbinit.1.rst2
-rw-r--r--manpages/taler-exchange-httpd.1.rst2
-rw-r--r--taler-developer-manual.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/manpages/taler-exchange-benchmark.1.rst b/manpages/taler-exchange-benchmark.1.rst
index 81b8e614..56710e5d 100644
--- a/manpages/taler-exchange-benchmark.1.rst
+++ b/manpages/taler-exchange-benchmark.1.rst
@@ -87,7 +87,7 @@ that table are always erased during a single benchmark run.
See Also
========
-taler-exchange-dbinit(1), taler-exchange-keyup(1), taler-merchant-benchmark(1),
+taler-exchange-dbinit(1), taler-exchange-offline(1), taler-merchant-benchmark(1),
taler-exchange-httpd(1), taler.conf(5)
Bugs
diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst
index 8221b8e8..e2a5d4c9 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -58,7 +58,7 @@ Its options are as follows:
See Also
========
-taler-exchange-httpd(1), taler-exchange-keyup(1),
+taler-exchange-httpd(1), taler-exchange-offline(1),
taler-exchange-reservemod(1), taler.conf(5).
Bugs
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index d8462a6c..8cb4d4a1 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -111,7 +111,7 @@ SIGNALS
See Also
========
-taler-exchange-dbinit(1), taler-exchange-keyup(1),
+taler-exchange-dbinit(1), taler-exchange-offline(1),
taler-exchange-reservemod(1), taler.conf(5).
Bugs
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index ac258a5f..acbae6db 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -916,7 +916,7 @@ Naming conventions
* logging
* tools use their full name in GNUNET_log_setup
- (i.e. 'taler-exchange-keyup') and log using plain 'GNUNET_log'.
+ (i.e. 'taler-exchange-offline') and log using plain 'GNUNET_log'.
* pure libraries (without associated service) use 'GNUNET_log_from'
with the component set to their library name (without lib or '.so'),
which should also be their directory name (i.e. 'util')