gnucash-docs maint: Downgrade a few warnings as there is no danger
Frank H.Ellenberger
fell at code.gnucash.org
Sat Oct 1 00:35:04 EDT 2022
Updated via https://github.com/Gnucash/gnucash-docs/commit/12378ae1 (commit)
from https://github.com/Gnucash/gnucash-docs/commit/9b200d81 (commit)
commit 12378ae1597faf295b26492e122782d146628c3f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Sat Oct 1 06:34:33 2022 +0200
Downgrade a few warnings as there is no danger
diff --git a/manual/C/ch_Finance-Quote.xml b/manual/C/ch_Finance-Quote.xml
index 1e250e30..1b455244 100644
--- a/manual/C/ch_Finance-Quote.xml
+++ b/manual/C/ch_Finance-Quote.xml
@@ -463,11 +463,11 @@ BEGIN failed--compilation aborted at (eval 303) line 1.
can be used to fetch the current quotes of your stocks and write them directly into your
&app;-data file without starting the GUI. Thus an automatic, regular updating of the price
database is possible.
- <warning>
+ <note>
<para>The command will fail if it cannot get a lock on the data file, for examplle if the
data file is open in another GnuCash instance or if the last session for the file crashed.
</para>
- </warning>
+ </note>
</para>
<para>The file specified &user-datafile; will depend on the name and location of your data file. This can
@@ -505,7 +505,7 @@ BEGIN failed--compilation aborted at (eval 303) line 1.
<screen>0 16 * * 5 gnucash-cli --quotes get &user-datafile; > /dev/null 2>&1</screen>
</informalexample>
- <warning>
+ <important>
<para>If there is no graphic session that has already started the dbus, running on your computer at the
time of the quote request, you must do the entry as follows instead:
<informalexample>
@@ -515,7 +515,7 @@ gnucash-cli --quotes get &user-datafile; > /dev/null 2>&1</screen>
(Do not copy the line breaks into the crontab, they were inserted here only for the
purpose of readability).
</para>
- </warning>
+ </important>
</para>
</step>
</procedure>
Summary of changes:
manual/C/ch_Finance-Quote.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
More information about the gnucash-changes
mailing list