commit 002f0b0e3bd0caada05a2b42424c2df118c95184
parent 3b239048d6c71a71c39f492d3fcb59d593b27e46
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 18 Dec 2020 02:49:03 -0500
use `` and `` to mark up std{in,out}, instead of LaTeX \tt
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst
@@ -40,9 +40,9 @@ require access to the auditor's private key, which should be kept offline.
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-auditor-offline** are: