commit 257ec471e15d8af1e6a3cb8e386c9dd328a5cf53
parent 55524cdf91753b7b3ab964873a534c1c2e699ded
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date: Fri, 16 Feb 2024 12:53:27 +0100
Fix rst typo spaces for code and notes, sections
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
@@ -116,9 +116,9 @@ You can check this from your terminal very easyly with the "dig" command, as thi
.. code-block:: console
-dig -t txt bank.domainname.ltd
-dig -t txt exchange.domainname.ltd
-dig -t txt backend.domainname.ltd
+ $ dig -t txt bank.domainname.ltd
+ $ dig -t txt exchange.domainname.ltd
+ $ dig -t txt backend.domainname.ltd
You can also use `this tool <https://toolbox.googleapps.com/apps/dig/>`_ for the same purpose, and to check the propagation status.
@@ -179,8 +179,8 @@ Grab a coffee.
.. note::
- At this point, the setup is NOT connected to any fiat bank account! The next
- steps must always be done manually!
+ At this point, the setup is NOT connected to any fiat bank account! The next
+ steps must always be done manually!
Running the script again from scratch
+++++++++++++++++++++++++++++++++++++
@@ -195,12 +195,12 @@ with you preferred text editor, you can also do this in one single command.
.. code-block:: console
-cat /dev/null > config/user.conf
+ $ cat /dev/null > config/user.conf
.. note::
-In future versions of the program when executed for the second time, the program itself will
-show an option to offer to wipe the content of this user.conf file, automatically.
+ In future versions of the program when executed for the second time, the program itself will
+ show an option to offer to wipe the content of this user.conf file, automatically.
Multi-factor authentification
+++++++++++++++++++++++++++++