summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/taler-exchange-offline.1.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst
index 9defae98..629d62ea 100644
--- a/manpages/taler-exchange-offline.1.rst
+++ b/manpages/taler-exchange-offline.1.rst
@@ -37,9 +37,9 @@ run "online" and do not require access to the offline key.
All other subcommands are intended to be run "offline". However, especially
when testing, it is of course possible to run the commands online as well.
Generally, subcommands read inputs (beyond command-line arguments)
-from {\tt stdin}. However, they may also consume outputs of previous
+from ``stdin``. However, they may also consume outputs of previous
subcommands. The outputs of multiple commands is automatically combined,
-and if not consumed the final output is printed to {\tt stdout}.
+and if not consumed the final output is printed to ``stdout``.
The general options to for **taler-exchange-offline** are:
@@ -98,7 +98,7 @@ download
This command must be run online. It downloads future signing and denomination
keys with the associated meta data from the exchange and outputs the resulting
-JSON (for consumption by subsequent commands, or to stdout).
+JSON (for consumption by subsequent commands, or to ``stdout``).
show
@@ -108,7 +108,7 @@ This command outputs information about future signing and denomination keys for
manual checking against the business-approved fee structure, lifetimes and
other parameters.
-It consumes the output of the ``download`` subcommand, either from "stdin" or
+It consumes the output of the ``download`` subcommand, either from ``stdin`` or
directly.
Its output always goes to ``stdout`` for human consumption (not in JSON). It
@@ -121,7 +121,7 @@ sign
This command signs information about future signing and denomination keys.
-It consumes the output of the ``download`` subcommand, either from "stdin" or
+It consumes the output of the ``download`` subcommand, either from ``stdin`` or
directly.
It outputs the signatures over *all* denomination and signing keys
@@ -176,7 +176,7 @@ The third argument must be a human-readable name for the auditor. This may
be shown to users and should identify the auditor's business entity. If
the name includes spaces, the argument should be quoted.
-The subcommand takes no inputs from stdin or other subcommands.
+The subcommand takes no inputs from ``stdin`` or other subcommands.
It outputs the signature affirming the addition of the auditor,
in a format suitable for the ``upload`` subcommand.
@@ -192,7 +192,7 @@ tool.
The auditor's public key must be given in the usual base32-encoding as the
first argument.
-The subcommand takes no inputs from stdin or other subcommands.
+The subcommand takes no inputs from ``stdin`` or other subcommands.
It outputs the signature affirming the removal of the auditor,
in a format suitable for the ``upload`` subcommand.
@@ -213,7 +213,7 @@ front for the actual internal business acounts.
The payto:// URI (RFC 8905) of the exchange's bank account must be given
as the first argument to the subcommand.
-The subcommand takes no inputs from stdin or other subcommands.
+The subcommand takes no inputs from ``stdin`` or other subcommands.
It outputs the signature affirming the addition of the wire account,
in a format suitable for the ``upload`` subcommand.
@@ -228,7 +228,7 @@ belonging to the exchange on its ``/wire`` endpoint.
The payto:// URI (RFC 8905) of the exchange's (former) bank account must be
given as the first argument to the subcommand.
-The subcommand takes no inputs from stdin or other subcommands.
+The subcommand takes no inputs from ``stdin`` or other subcommands.
It outputs the signature affirming the deletion of the wire account, in a
format suitable for the ``upload`` subcommand.
@@ -249,7 +249,7 @@ Instead of a year, the string ``now`` can be given for the current year
GANA registry as given in RFC 8905. The fees must be given in the usual
Taler format of ``CURRENCY:NUMBER.FRACTION``.
-The subcommand takes no inputs from stdin or other subcommands.
+The subcommand takes no inputs from ``stdin`` or other subcommands.
It outputs the signature affirming the wire fees, in a format suitable for the
``upload`` subcommand.