[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: fix refs in manpages
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: fix refs in manpages |
Date: |
Fri, 15 Nov 2024 16:27:29 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 73bf6324 fix refs in manpages
73bf6324 is described below
commit 73bf6324fbf881e10e17109f24e95380e205029b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 15 16:27:25 2024 +0100
fix refs in manpages
---
conf.py | 11 +++++++++--
manpages/libeufin-bank.conf.5.rst | 3 ---
manpages/libeufin-nexus.conf.5.rst | 5 +----
manpages/taler-aggregator-benchmark.1.rst | 2 +-
manpages/taler-auditor-dbconfig.1.rst | 2 +-
manpages/taler-auditor-dbinit.1.rst | 2 +-
manpages/taler-auditor-httpd.1.rst | 2 +-
manpages/taler-auditor-offline.1.rst | 2 +-
manpages/taler-auditor-sync.1.rst | 2 +-
manpages/taler-auditor.1.rst | 2 +-
manpages/taler-auditor.conf.5.rst | 4 ++--
manpages/taler-bank-benchmark.1.rst | 2 +-
manpages/taler-exchange-aggregator.1.rst | 2 +-
manpages/taler-exchange-benchmark.1.rst | 2 +-
manpages/taler-exchange-closer.1.rst | 2 +-
manpages/taler-exchange-dbconfig.1.rst | 2 +-
manpages/taler-exchange-dbinit.1.rst | 2 +-
manpages/taler-exchange-drain.1.rst | 2 +-
manpages/taler-exchange-expire.1.rst | 2 +-
manpages/taler-exchange-httpd.1.rst | 2 +-
manpages/taler-exchange-kyc-aml-pep-trigger.1.rst | 2 +-
manpages/taler-exchange-kyc-tester.1.rst | 2 +-
manpages/taler-exchange-kyc-trigger.1.rst | 2 +-
manpages/taler-exchange-offline.1.rst | 2 +-
manpages/taler-exchange-router.1.rst | 2 +-
manpages/taler-exchange-transfer.1.rst | 2 +-
manpages/taler-exchange-wire-gateway-client.1.rst | 2 +-
manpages/taler-exchange-wirewatch.1.rst | 2 +-
manpages/taler-fakebank-run.1.rst | 2 +-
manpages/taler-helper-auditor-aggregation.1.rst | 2 +-
manpages/taler-helper-auditor-coins.1.rst | 2 +-
manpages/taler-helper-auditor-deposits.1.rst | 2 +-
manpages/taler-helper-auditor-purses.1.rst | 2 +-
manpages/taler-helper-auditor-reserves.1.rst | 2 +-
...tor-wire.1.rst => taler-helper-auditor-wire-credit.1.rst} | 12 ++++++------
...itor-wire.1.rst => taler-helper-auditor-wire-debit.1.rst} | 12 ++++++------
manpages/taler-mdb-ads.sh.1.rst | 2 +-
manpages/taler-mdb-display.1.rst | 2 +-
manpages/taler-mdb-network-check.sh.1.rst | 4 ++--
manpages/taler-mdb-qr-show.1.rst | 2 +-
manpages/taler-mdb-show.sh.1.rst | 2 +-
manpages/taler-mdb.1.rst | 2 +-
manpages/taler-merchant-benchmark.1.rst | 2 +-
manpages/taler-merchant-dbconfig.1.rst | 2 +-
manpages/taler-merchant-dbinit.1.rst | 2 +-
manpages/taler-merchant-depositcheck.1.rst | 2 +-
manpages/taler-merchant-exchangekeyupdate.1.rst | 2 +-
manpages/taler-merchant-httpd.1.rst | 2 +-
manpages/taler-merchant-kyccheck.1.rst | 2 +-
manpages/taler-merchant-passwd.1.rst | 2 +-
manpages/taler-merchant-reconciliation.1.rst | 2 +-
manpages/taler-merchant-webhook.1.rst | 2 +-
manpages/taler-merchant-wirewatch.1.rst | 2 +-
manpages/taler-merchant.conf.5.rst | 2 +-
manpages/taler-terms-generator.1.rst | 2 +-
manpages/taler-unified-setup.1.rst | 3 ++-
56 files changed, 76 insertions(+), 74 deletions(-)
diff --git a/conf.py b/conf.py
index d4d61381..f9e8c90f 100644
--- a/conf.py
+++ b/conf.py
@@ -819,8 +819,15 @@ man_pages = [
1,
),
(
- "manpages/taler-helper-auditor-wire.1",
- "taler-helper-auditor-wire",
+ "manpages/taler-helper-auditor-wire-credit.1",
+ "taler-helper-auditor-wire-credit",
+ "audit exchange database for consistency with the bank's wire
transfers",
+ "GNU Taler contributors",
+ 1,
+ ),
+ (
+ "manpages/taler-helper-auditor-wire-debit.1",
+ "taler-helper-auditor-wire-debit",
"audit exchange database for consistency with the bank's wire
transfers",
"GNU Taler contributors",
1,
diff --git a/manpages/libeufin-bank.conf.5.rst
b/manpages/libeufin-bank.conf.5.rst
index e2a567e7..f9c51ead 100644
--- a/manpages/libeufin-bank.conf.5.rst
+++ b/manpages/libeufin-bank.conf.5.rst
@@ -23,9 +23,6 @@ A configuration file may include another, by using the
``@INLINE@`` directive,
for example, in ``main.conf``, you could write ``@INLINE@ sub.conf`` to
include the entirety of ``sub.conf`` at that point in ``main.conf``.
-Be extra careful when using ``taler-config -V VALUE`` to change configuration
-values: it will destroy all uses of ``@INLINE@`` and furthermore remove all
-comments from the configuration file!
GLOBAL OPTIONS
--------------
diff --git a/manpages/libeufin-nexus.conf.5.rst
b/manpages/libeufin-nexus.conf.5.rst
index 246177e7..81bc6d9f 100644
--- a/manpages/libeufin-nexus.conf.5.rst
+++ b/manpages/libeufin-nexus.conf.5.rst
@@ -23,9 +23,6 @@ A configuration file may include another, by using the
``@INLINE@`` directive,
for example, in ``main.conf``, you could write ``@INLINE@ sub.conf`` to
include the entirety of ``sub.conf`` at that point in ``main.conf``.
-Be extra careful when using ``taler-config -V VALUE`` to change configuration
-values: it will destroy all uses of ``@INLINE@`` and furthermore remove all
-comments from the configuration file!
EBICS OPTIONS
--------------
@@ -60,7 +57,7 @@ NAME
BANK_PUBLIC_KEYS_FILE
Filesystem location where Nexus should store the bank public keys.
-
+
CLIENT_PRIVATE_KEYS_FILE
Filesystem location where Nexus should store the subscriber private keys.
diff --git a/manpages/taler-aggregator-benchmark.1.rst
b/manpages/taler-aggregator-benchmark.1.rst
index 7047f6f7..7697236d 100644
--- a/manpages/taler-aggregator-benchmark.1.rst
+++ b/manpages/taler-aggregator-benchmark.1.rst
@@ -63,7 +63,7 @@ See Also
========
taler-exchange-dbinit(1), taler-merchant-benchmark(1),
-taler-exchange-aggregator(1), taler-unified-setup(1), taler.conf(5)
+taler-exchange-aggregator(1), taler-unified-setup(1), taler-exchange.conf(5)
Bugs
====
diff --git a/manpages/taler-auditor-dbconfig.1.rst
b/manpages/taler-auditor-dbconfig.1.rst
index b16fd76d..f23b12a2 100644
--- a/manpages/taler-auditor-dbconfig.1.rst
+++ b/manpages/taler-auditor-dbconfig.1.rst
@@ -52,7 +52,7 @@ Its options are as follows:
See Also
========
-taler-auditor-dbinit(1), taler.conf(5).
+taler-auditor-dbinit(1), taler-auditor.conf(5).
Bugs
====
diff --git a/manpages/taler-auditor-dbinit.1.rst
b/manpages/taler-auditor-dbinit.1.rst
index 81c664be..952798e6 100644
--- a/manpages/taler-auditor-dbinit.1.rst
+++ b/manpages/taler-auditor-dbinit.1.rst
@@ -62,7 +62,7 @@ Its options are as follows:
See Also
========
-taler-auditor-httpd(1), taler-auditor(1), taler.conf(5).
+taler-auditor-httpd(1), taler-auditor-dbconfig(1), taler-auditor.conf(5).
Bugs
====
diff --git a/manpages/taler-auditor-httpd.1.rst
b/manpages/taler-auditor-httpd.1.rst
index 60bdcd62..f682ae53 100644
--- a/manpages/taler-auditor-httpd.1.rst
+++ b/manpages/taler-auditor-httpd.1.rst
@@ -71,7 +71,7 @@ SIGTERM
See Also
========
-taler-auditor-dbinit(1), taler-auditor(1), taler.conf(5).
+taler-auditor-dbinit(1), taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-auditor-offline.1.rst
b/manpages/taler-auditor-offline.1.rst
index 779bb4a6..67b1de17 100644
--- a/manpages/taler-auditor-offline.1.rst
+++ b/manpages/taler-auditor-offline.1.rst
@@ -214,7 +214,7 @@ exchange operator when they used the
**taler-exchange-offline** tool.
See Also
========
-taler-exchange-offline(1), taler.conf(5)
+taler-exchange-offline(1), taler-auditor.conf(5)
Bugs
====
diff --git a/manpages/taler-auditor-sync.1.rst
b/manpages/taler-auditor-sync.1.rst
index abd7db2d..b7968814 100644
--- a/manpages/taler-auditor-sync.1.rst
+++ b/manpages/taler-auditor-sync.1.rst
@@ -64,7 +64,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5), taler-exchange.conf(5),
taler-exchange-dbinit(1).
Bugs
====
diff --git a/manpages/taler-auditor.1.rst b/manpages/taler-auditor.1.rst
index 9a5fc52b..245353b9 100644
--- a/manpages/taler-auditor.1.rst
+++ b/manpages/taler-auditor.1.rst
@@ -76,7 +76,7 @@ matches the exchange’s database. Its options are as follows.
See Also
========
-taler-auditor-offline(1), taler.conf(5), taler-auditor-dbinit(1)
+taler-auditor-offline(1), taler-auditor.conf(5), taler-auditor-dbinit(1)
Bugs
====
diff --git a/manpages/taler-auditor.conf.5.rst
b/manpages/taler-auditor.conf.5.rst
index 41444521..702b6404 100644
--- a/manpages/taler-auditor.conf.5.rst
+++ b/manpages/taler-auditor.conf.5.rst
@@ -15,7 +15,7 @@ Description
.. include:: ../frags/common-conf-syntax.rst
Files containing default values for many of the options described below
-are installed under ``$TALER_PREFIX/share/taler-exchange/config.d/``.
+are installed under ``$TALER_PREFIX/share/taler-auditor/config.d/``.
The configuration file given with **-c** to Taler binaries
overrides these defaults.
@@ -23,7 +23,7 @@ A configuration file may include another, by using the
``@INLINE@`` directive,
for example, in ``main.conf``, you could write ``@INLINE@ sub.conf`` to
include the entirety of ``sub.conf`` at that point in ``main.conf``.
-Be extra careful when using ``taler-config -V VALUE`` to change configuration
+Be extra careful when using ``taler-auditor-config -V VALUE`` to change
configuration
values: it will destroy all uses of ``@INLINE@`` and furthermore remove all
comments from the configuration file!
diff --git a/manpages/taler-bank-benchmark.1.rst
b/manpages/taler-bank-benchmark.1.rst
index be7aceb1..98b972fe 100644
--- a/manpages/taler-bank-benchmark.1.rst
+++ b/manpages/taler-bank-benchmark.1.rst
@@ -76,7 +76,7 @@ The options for **taler-bank-benchmark** are:
See Also
========
-taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-httpd(1), taler-fakebank.conf(5), libeufin-bank.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-aggregator.1.rst
b/manpages/taler-exchange-aggregator.1.rst
index 87a5cd74..5a526642 100644
--- a/manpages/taler-exchange-aggregator.1.rst
+++ b/manpages/taler-exchange-aggregator.1.rst
@@ -66,7 +66,7 @@ See Also
========
taler-exchange-transfer(1), taler-exchange-closer(1),
-taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-benchmark.1.rst
b/manpages/taler-exchange-benchmark.1.rst
index 694a4b2d..cad93df2 100644
--- a/manpages/taler-exchange-benchmark.1.rst
+++ b/manpages/taler-exchange-benchmark.1.rst
@@ -78,7 +78,7 @@ See Also
========
taler-exchange-dbinit(1), taler-exchange-offline(1),
taler-merchant-benchmark(1),
-taler-exchange-httpd(1), taler-unified-setup(1), taler.conf(5)
+taler-exchange-httpd(1), taler-unified-setup(1), taler-exchange.conf(5)
Bugs
====
diff --git a/manpages/taler-exchange-closer.1.rst
b/manpages/taler-exchange-closer.1.rst
index 38fd54d8..1deb63ca 100644
--- a/manpages/taler-exchange-closer.1.rst
+++ b/manpages/taler-exchange-closer.1.rst
@@ -56,7 +56,7 @@ to the originating bank account to be scheduled.
See Also
========
-taler-exchange-transfer(1), taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-transfer(1), taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-dbconfig.1.rst
b/manpages/taler-exchange-dbconfig.1.rst
index 38cb1cba..b92c12c9 100644
--- a/manpages/taler-exchange-dbconfig.1.rst
+++ b/manpages/taler-exchange-dbconfig.1.rst
@@ -52,7 +52,7 @@ Its options are as follows:
See Also
========
-taler-exchange-dbinit(1), taler.conf(5).
+taler-exchange-dbinit(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-dbinit.1.rst
b/manpages/taler-exchange-dbinit.1.rst
index cbbc494c..603ac652 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -67,7 +67,7 @@ See Also
========
taler-exchange-httpd(1), taler-exchange-offline(1),
-taler-exchange-reservemod(1), taler.conf(5).
+taler-exchange-dbconfig(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-drain.1.rst
b/manpages/taler-exchange-drain.1.rst
index ade7c00e..b0cad3a5 100644
--- a/manpages/taler-exchange-drain.1.rst
+++ b/manpages/taler-exchange-drain.1.rst
@@ -47,7 +47,7 @@ To use it, you must first create an upload a 'drain' command
using **taler-excha
See Also
========
-taler-exchange-transfer(1), taler-exchange-offline(1), taler.conf(5).
+taler-exchange-transfer(1), taler-exchange-offline(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-expire.1.rst
b/manpages/taler-exchange-expire.1.rst
index 24540ec4..b6ca761c 100644
--- a/manpages/taler-exchange-expire.1.rst
+++ b/manpages/taler-exchange-expire.1.rst
@@ -57,7 +57,7 @@ purse using a refresh operation.
See Also
========
-taler-exchange-router(1), taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-router(1), taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-httpd.1.rst
b/manpages/taler-exchange-httpd.1.rst
index 4c6d984b..fc9440ca 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -113,7 +113,7 @@ See Also
========
taler-exchange-dbinit(1), taler-exchange-offline(1),
-taler-exchange-reservemod(1), taler.conf(5).
+taler-exchange-reservemod(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
b/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
index 566fdcab..41db2a36 100644
--- a/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
+++ b/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
@@ -26,7 +26,7 @@ exchange.
See Also
========
-taler.conf(5)
+taler-exchange.conf(5)
Bugs
====
diff --git a/manpages/taler-exchange-kyc-tester.1.rst
b/manpages/taler-exchange-kyc-tester.1.rst
index e934d9b5..6af488a9 100644
--- a/manpages/taler-exchange-kyc-tester.1.rst
+++ b/manpages/taler-exchange-kyc-tester.1.rst
@@ -100,7 +100,7 @@ Next, run taler-exchange-kyc-tester again, but this time
using **-w** (to run th
See Also
========
-taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-kyc-trigger.1.rst
b/manpages/taler-exchange-kyc-trigger.1.rst
index 87163b75..cfd1daf2 100644
--- a/manpages/taler-exchange-kyc-trigger.1.rst
+++ b/manpages/taler-exchange-kyc-trigger.1.rst
@@ -53,7 +53,7 @@ The output will be details from the exchange's response.
See Also
========
-taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-offline.1.rst
b/manpages/taler-exchange-offline.1.rst
index d0cfb95a..0c699c85 100644
--- a/manpages/taler-exchange-offline.1.rst
+++ b/manpages/taler-exchange-offline.1.rst
@@ -633,7 +633,7 @@ change subsequently, the tool will refuse to sign.
See Also
========
-taler-exchange-httpd(1), taler-auditor-offline(1), taler.conf(5).
+taler-exchange-httpd(1), taler-auditor-offline(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-router.1.rst
b/manpages/taler-exchange-router.1.rst
index e24d2d45..186541ce 100644
--- a/manpages/taler-exchange-router.1.rst
+++ b/manpages/taler-exchange-router.1.rst
@@ -58,7 +58,7 @@ exchange than the sender. This is currently not supported.
See Also
========
-taler-exchange-expire(1), taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-expire(1), taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-transfer.1.rst
b/manpages/taler-exchange-transfer.1.rst
index 0045bc27..ec13d06c 100644
--- a/manpages/taler-exchange-transfer.1.rst
+++ b/manpages/taler-exchange-transfer.1.rst
@@ -55,7 +55,7 @@ See Also
========
taler-exchange-aggregator(1), taler-exchange-closer(1),
-taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-exchange-wire-gateway-client.1.rst
b/manpages/taler-exchange-wire-gateway-client.1.rst
index 878ce39b..aa9e7faf 100644
--- a/manpages/taler-exchange-wire-gateway-client.1.rst
+++ b/manpages/taler-exchange-wire-gateway-client.1.rst
@@ -109,7 +109,7 @@ Options
See Also
========
-taler.conf(5),
https://docs.taler.net/core/api-wire.html#wire-transfer-test-apis
+taler-exchange.conf(5),
https://docs.taler.net/core/api-wire.html#wire-transfer-test-apis
Bugs
====
diff --git a/manpages/taler-exchange-wirewatch.1.rst
b/manpages/taler-exchange-wirewatch.1.rst
index dbd0f2bc..0792845a 100644
--- a/manpages/taler-exchange-wirewatch.1.rst
+++ b/manpages/taler-exchange-wirewatch.1.rst
@@ -69,7 +69,7 @@ Its options are as follows:
See Also
========
-taler-exchange-aggregator(1), taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-aggregator(1), taler-exchange-httpd(1), taler-exchange.conf(5).
Bugs
====
diff --git a/manpages/taler-fakebank-run.1.rst
b/manpages/taler-fakebank-run.1.rst
index 1a23cf24..8c0449f1 100644
--- a/manpages/taler-fakebank-run.1.rst
+++ b/manpages/taler-fakebank-run.1.rst
@@ -59,7 +59,7 @@ Its options are as follows:
See Also
========
-taler-exchange-httpd(1), taler.conf(5).
+taler-exchange-httpd(1), taler-fakebank.conf(5).
Bugs
====
diff --git a/manpages/taler-helper-auditor-aggregation.1.rst
b/manpages/taler-helper-auditor-aggregation.1.rst
index 4022b610..457ea3fe 100644
--- a/manpages/taler-helper-auditor-aggregation.1.rst
+++ b/manpages/taler-helper-auditor-aggregation.1.rst
@@ -65,7 +65,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-helper-auditor-coins.1.rst
b/manpages/taler-helper-auditor-coins.1.rst
index d3964a19..e7772da9 100644
--- a/manpages/taler-helper-auditor-coins.1.rst
+++ b/manpages/taler-helper-auditor-coins.1.rst
@@ -65,7 +65,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-helper-auditor-deposits.1.rst
b/manpages/taler-helper-auditor-deposits.1.rst
index 077edbf8..1f2c5252 100644
--- a/manpages/taler-helper-auditor-deposits.1.rst
+++ b/manpages/taler-helper-auditor-deposits.1.rst
@@ -66,7 +66,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-helper-auditor-purses.1.rst
b/manpages/taler-helper-auditor-purses.1.rst
index 09d23676..41689ee6 100644
--- a/manpages/taler-helper-auditor-purses.1.rst
+++ b/manpages/taler-helper-auditor-purses.1.rst
@@ -65,7 +65,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-helper-auditor-reserves.1.rst
b/manpages/taler-helper-auditor-reserves.1.rst
index d21c7b84..c09be6e0 100644
--- a/manpages/taler-helper-auditor-reserves.1.rst
+++ b/manpages/taler-helper-auditor-reserves.1.rst
@@ -65,7 +65,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-helper-auditor-wire.1.rst
b/manpages/taler-helper-auditor-wire-credit.1.rst
similarity index 86%
copy from manpages/taler-helper-auditor-wire.1.rst
copy to manpages/taler-helper-auditor-wire-credit.1.rst
index 3f03486f..4c34729f 100644
--- a/manpages/taler-helper-auditor-wire.1.rst
+++ b/manpages/taler-helper-auditor-wire-credit.1.rst
@@ -1,19 +1,19 @@
-taler-helper-auditor-wire(1)
-############################
+taler-helper-auditor-wire-credit(1)
+###################################
.. only:: html
Name
====
- **taler-helper-auditor-wire** - Audit exchange
+ **taler-helper-auditor-wire-credit** - Audit exchange
database for consistency with the bank's wire transfers
Synopsis
========
-**taler-helper-auditor-wire**
+**taler-helper-auditor-wire-credit**
[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
[**-h** | **--help**]
[**i** | **--internal**]
@@ -27,7 +27,7 @@ Synopsis
Description
===========
-**taler-helper-auditor-wire** is a command-line tool to
+**taler-helper-auditor-wire-credit** is a command-line tool to
audit exchange database for consistency with the bank's wire transfers.
FIXME: More detail.
@@ -66,7 +66,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-helper-auditor-wire.1.rst
b/manpages/taler-helper-auditor-wire-debit.1.rst
similarity index 86%
rename from manpages/taler-helper-auditor-wire.1.rst
rename to manpages/taler-helper-auditor-wire-debit.1.rst
index 3f03486f..146e71c7 100644
--- a/manpages/taler-helper-auditor-wire.1.rst
+++ b/manpages/taler-helper-auditor-wire-debit.1.rst
@@ -1,19 +1,19 @@
-taler-helper-auditor-wire(1)
-############################
+taler-helper-auditor-wire-debit(1)
+##################################
.. only:: html
Name
====
- **taler-helper-auditor-wire** - Audit exchange
+ **taler-helper-auditor-wire-debit** - Audit exchange
database for consistency with the bank's wire transfers
Synopsis
========
-**taler-helper-auditor-wire**
+**taler-helper-auditor-wire-debit**
[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
[**-h** | **--help**]
[**i** | **--internal**]
@@ -27,7 +27,7 @@ Synopsis
Description
===========
-**taler-helper-auditor-wire** is a command-line tool to
+**taler-helper-auditor-wire-debit** is a command-line tool to
audit exchange database for consistency with the bank's wire transfers.
FIXME: More detail.
@@ -66,7 +66,7 @@ Its options are as follows:
See Also
========
-taler-auditor(1), taler.conf(5).
+taler-auditor(1), taler-auditor.conf(5).
Bugs
diff --git a/manpages/taler-mdb-ads.sh.1.rst b/manpages/taler-mdb-ads.sh.1.rst
index cbdc9294..9f575e64 100644
--- a/manpages/taler-mdb-ads.sh.1.rst
+++ b/manpages/taler-mdb-ads.sh.1.rst
@@ -39,7 +39,7 @@ Note that, as of **taler-mdb v0.10.0**, we kill all (via
*killall*) running fbi
See Also
========
-taler-mdb(1), taler.conf(5).
+taler-mdb(1), taler-mdb.conf(5).
Bugs
diff --git a/manpages/taler-mdb-display.1.rst b/manpages/taler-mdb-display.1.rst
index 83e9ebe1..7fe1268a 100644
--- a/manpages/taler-mdb-display.1.rst
+++ b/manpages/taler-mdb-display.1.rst
@@ -50,7 +50,7 @@ Its options are as follows:
See Also
========
-taler-mdb(1), taler-mdb-show.sh(1), taler.conf(5).
+taler-mdb(1), taler-mdb-show.sh(1), taler-mdb.conf(5).
Bugs
diff --git a/manpages/taler-mdb-network-check.sh.1.rst
b/manpages/taler-mdb-network-check.sh.1.rst
index 99cc884a..403af450 100644
--- a/manpages/taler-mdb-network-check.sh.1.rst
+++ b/manpages/taler-mdb-network-check.sh.1.rst
@@ -31,7 +31,7 @@ Its options are as follows:
Use the configuration and other resources for the command to operate from
*FILENAME*.
**-f** *FAIL_HELPER*
- Overwrites the Taler config's *FAIL_HELPER* value. See taler.conf(5)
+ Overwrites the Taler config's *FAIL_HELPER* value. See taler-mdb.conf(5)
**-h**
Print short help on options.
@@ -78,7 +78,7 @@ A canonical use of the script to launch taler-mdb would be:
See Also
========
-taler-mdb(1), taler-mdb-show.sh(1), taler.conf(5).
+taler-mdb(1), taler-mdb-show.sh(1), taler-mdb.conf(5).
Bugs
diff --git a/manpages/taler-mdb-qr-show.1.rst b/manpages/taler-mdb-qr-show.1.rst
index e4492f27..a74a328d 100644
--- a/manpages/taler-mdb-qr-show.1.rst
+++ b/manpages/taler-mdb-qr-show.1.rst
@@ -60,7 +60,7 @@ Its options are as follows:
See Also
========
-taler-mdb(1), taler.conf(5).
+taler-mdb(1), taler-mdb.conf(5).
Bugs
diff --git a/manpages/taler-mdb-show.sh.1.rst b/manpages/taler-mdb-show.sh.1.rst
index b52ca622..ac24ac74 100644
--- a/manpages/taler-mdb-show.sh.1.rst
+++ b/manpages/taler-mdb-show.sh.1.rst
@@ -39,7 +39,7 @@ but without the ".png" extension.
See Also
========
-taler-mdb(1), taler.conf(5).
+taler-mdb(1), taler-mdb.conf(5).
Bugs
diff --git a/manpages/taler-mdb.1.rst b/manpages/taler-mdb.1.rst
index 7a2b69e7..783edcde 100644
--- a/manpages/taler-mdb.1.rst
+++ b/manpages/taler-mdb.1.rst
@@ -63,7 +63,7 @@ Its options are as follows:
See Also
========
-taler-merchant-httpd(1), taler-mdb-show.sh(1), taler-mdb-network-check.sh(1),
taler-mdb-ads.sh(1), taler.conf(5).
+taler-merchant-httpd(1), taler-mdb-show.sh(1), taler-mdb-network-check.sh(1),
taler-mdb-ads.sh(1), taler-mdb.conf(5).
Bugs
diff --git a/manpages/taler-merchant-benchmark.1.rst
b/manpages/taler-merchant-benchmark.1.rst
index 7016c9d4..2a9b8501 100644
--- a/manpages/taler-merchant-benchmark.1.rst
+++ b/manpages/taler-merchant-benchmark.1.rst
@@ -83,7 +83,7 @@ Common Options
See Also
========
-taler-merchant-dbinit(1), taler.conf(5)
+taler-merchant-dbinit(1), taler-merchant.conf(5)
Bugs
diff --git a/manpages/taler-merchant-dbconfig.1.rst
b/manpages/taler-merchant-dbconfig.1.rst
index f2055710..1b2e3d55 100644
--- a/manpages/taler-merchant-dbconfig.1.rst
+++ b/manpages/taler-merchant-dbconfig.1.rst
@@ -52,7 +52,7 @@ Its options are as follows:
See Also
========
-taler-merchant-dbinit(1), taler.conf(5).
+taler-merchant-dbinit(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-dbinit.1.rst
b/manpages/taler-merchant-dbinit.1.rst
index ca16f4cd..226f7805 100644
--- a/manpages/taler-merchant-dbinit.1.rst
+++ b/manpages/taler-merchant-dbinit.1.rst
@@ -53,7 +53,7 @@ Its options are as follows:
See Also
========
-taler-merchant-httpd(1), taler-merchant-setup-reserve(1), taler.conf(5).
+taler-merchant-httpd(1), taler-merchant-dbconfig(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-depositcheck.1.rst
b/manpages/taler-merchant-depositcheck.1.rst
index e243f0d2..fcc0ad2f 100644
--- a/manpages/taler-merchant-depositcheck.1.rst
+++ b/manpages/taler-merchant-depositcheck.1.rst
@@ -69,7 +69,7 @@ Its options are as follows:
See Also
========
-taler-merchant-httpd(1), taler.conf(5).
+taler-merchant-httpd(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-exchangekeyupdate.1.rst
b/manpages/taler-merchant-exchangekeyupdate.1.rst
index 6859748c..d58ebd70 100644
--- a/manpages/taler-merchant-exchangekeyupdate.1.rst
+++ b/manpages/taler-merchant-exchangekeyupdate.1.rst
@@ -63,7 +63,7 @@ Its options are as follows:
See Also
========
-taler-merchant-kyccheck(1), taler-exchange-offline(1), taler.conf(5).
+taler-merchant-kyccheck(1), taler-exchange-offline(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-httpd.1.rst
b/manpages/taler-merchant-httpd.1.rst
index 3df4f4ac..c17078b5 100644
--- a/manpages/taler-merchant-httpd.1.rst
+++ b/manpages/taler-merchant-httpd.1.rst
@@ -93,7 +93,7 @@ TALER_MERCHANT_TOKEN
See Also
========
-taler-merchant-dbinit(1), taler-merchant-setup-reserve(1), taler.conf(5)
+taler-merchant-dbinit(1), taler-merchant-setup-reserve(1),
taler-merchant.conf(5)
Bugs
diff --git a/manpages/taler-merchant-kyccheck.1.rst
b/manpages/taler-merchant-kyccheck.1.rst
index e9e88b99..3392d099 100644
--- a/manpages/taler-merchant-kyccheck.1.rst
+++ b/manpages/taler-merchant-kyccheck.1.rst
@@ -63,7 +63,7 @@ Its options are as follows:
See Also
========
-taler-merchant-exchangekeyupdate(1), taler.conf(5).
+taler-merchant-exchangekeyupdate(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-passwd.1.rst
b/manpages/taler-merchant-passwd.1.rst
index 6cb102b2..856cbf58 100644
--- a/manpages/taler-merchant-passwd.1.rst
+++ b/manpages/taler-merchant-passwd.1.rst
@@ -55,7 +55,7 @@ Its options are as follows:
See Also
========
-taler-merchant-httpd(1), taler.conf(5).
+taler-merchant-httpd(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-reconciliation.1.rst
b/manpages/taler-merchant-reconciliation.1.rst
index e86d0e51..c3fdf22d 100644
--- a/manpages/taler-merchant-reconciliation.1.rst
+++ b/manpages/taler-merchant-reconciliation.1.rst
@@ -64,7 +64,7 @@ Its options are as follows:
See Also
========
-taler-merchant-depositcheck(1), taler-merchant-wirewatch(1), taler.conf(5).
+taler-merchant-depositcheck(1), taler-merchant-wirewatch(1),
taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-webhook.1.rst
b/manpages/taler-merchant-webhook.1.rst
index c3a71509..5feec801 100644
--- a/manpages/taler-merchant-webhook.1.rst
+++ b/manpages/taler-merchant-webhook.1.rst
@@ -59,7 +59,7 @@ Its options are as follows:
See Also
========
-taler-merchant-httpd(1), taler.conf(5).
+taler-merchant-httpd(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-wirewatch.1.rst
b/manpages/taler-merchant-wirewatch.1.rst
index e2f9d1df..910d5d5e 100644
--- a/manpages/taler-merchant-wirewatch.1.rst
+++ b/manpages/taler-merchant-wirewatch.1.rst
@@ -69,7 +69,7 @@ Its options are as follows:
See Also
========
-taler-merchant-httpd(1), taler.conf(5).
+taler-merchant-httpd(1), taler-merchant.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant.conf.5.rst
b/manpages/taler-merchant.conf.5.rst
index ccdd7203..2b342720 100644
--- a/manpages/taler-merchant.conf.5.rst
+++ b/manpages/taler-merchant.conf.5.rst
@@ -29,7 +29,7 @@ taler-merchant.conf(5)
Name
====
- **taler.conf** - Taler configuration file
+ **taler-merchant.conf** - Taler configuration file
Description
diff --git a/manpages/taler-terms-generator.1.rst
b/manpages/taler-terms-generator.1.rst
index d6c22411..5707d90d 100644
--- a/manpages/taler-terms-generator.1.rst
+++ b/manpages/taler-terms-generator.1.rst
@@ -63,7 +63,7 @@ Description
See Also
========
-taler-config(1), taler.conf(5)
+taler-exchange-config(1), taler-exchange.conf(5)
Bugs
====
diff --git a/manpages/taler-unified-setup.1.rst
b/manpages/taler-unified-setup.1.rst
index fe60d1e5..4cee0132 100644
--- a/manpages/taler-unified-setup.1.rst
+++ b/manpages/taler-unified-setup.1.rst
@@ -101,7 +101,8 @@ See Also
========
taler-exchange-dbinit(1), taler-exchange-offline(1),
taler-merchant-benchmark(1),
-taler-exchange-httpd(1), taler.conf(5)
+taler-exchange-httpd(1), taler-exchange.conf(5), taler-merchant.conf(5),
+taler-auditor.conf(5), sync.conf(5), challenger.conf(5)
Bugs
====
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: fix refs in manpages,
gnunet <=