commit 21cb01c46c97903683a2706115ad59f84d49ebca
parent 3eaf38970b9f894eeeffbfbe229f48da2fe09392
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 21 Jan 2021 17:28:59 -0500
s/taler-exchange-keyup/taler-exchange-offline/ (four instances)
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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')