summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')