commit db383fdf29337d31e4843c71a6e6edb863dbbd37
parent 44d11c82223bfaa2792f48031584e97dc4863b21
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Tue, 26 Jan 2021 17:01:12 -0500
purge docs of ‘gnunet-ecc’
* manpages/taler-auditor-exchange.1.rst: Use ‘taler-auditor-offline setup’
in ‘-m’ description; remove gnunet-ecc(1) from See Also section.
* manpages/taler-auditor.1.rst: Likewise.
* manpages/taler-auditor-offline.1.rst: Remove gnunet-ecc(1) from See Also section.
Diffstat:
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst
@@ -38,7 +38,7 @@ visible via the /exchanges API of the taler-auditor-httpd.
**-m** *MASTERKEY* \| **––exchange-key=**\ \ *MASTERKEY*
Public key of the exchange in Crockford base32 encoding, for example
- as generated by gnunet-ecc -p.
+ as generated by ``taler-auditor-offline setup``.
**-r** \| **––remove**
Instead of adding the exchange, remove it. Note that this will drop
@@ -61,7 +61,7 @@ Diagnostics
See Also
========
-gnunet-ecc(1), taler-auditor-offline(1), taler.conf(5)
+taler-auditor-offline(1), taler.conf(5)
Bugs
====
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst
@@ -345,7 +345,7 @@ exchange operator when they used the **taler-exchange-offline** tool.
See Also
========
-gnunet-ecc(1), taler-auditor-exchange(1), taler-exchange-offline(1),
+taler-auditor-exchange(1), taler-exchange-offline(1),
taler.conf(5)
Bugs
diff --git a/manpages/taler-auditor.1.rst b/manpages/taler-auditor.1.rst
@@ -55,7 +55,7 @@ matches the exchange’s database. Its options are as follows.
**-m** *KEY* \| **––exchange-key=**\ \ *KEY*
Public master key of the exchange in Crockford base32 encoding, for
- example as generated by gnunet-ecc -p. If this option is missing,
+ example as generated by ``taler-auditor-offline setup``. If this option is missing,
taler-auditor will use the MASTER_PUBLIC_KEY value from the
“exchange” section of the configuration.
@@ -71,7 +71,7 @@ matches the exchange’s database. Its options are as follows.
See Also
========
-gnunet-ecc(1), taler-auditor-offline(1), taler.conf(5), taler-auditor-dbinit(1)
+taler-auditor-offline(1), taler.conf(5), taler-auditor-dbinit(1)
Bugs
====