gnucash-docs maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Sun Oct 9 16:55:23 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/cb0c0a41 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/fb8c0e7f (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/66b92548 (commit)



commit cb0c0a41449c8130c333eb642e0ef06b8a57ab72
Author: Christian Wehling <christian.wehling at web.de>
Date:   Sun Oct 9 20:34:30 2022 +0200

    manual, ch_Finance-Quote: Replace "GnuCash" with the usual entity

diff --git a/manual/C/ch_Finance-Quote.xml b/manual/C/ch_Finance-Quote.xml
index ddf28047..5267a494 100644
--- a/manual/C/ch_Finance-Quote.xml
+++ b/manual/C/ch_Finance-Quote.xml
@@ -272,7 +272,7 @@ SYNOPSIS
       </step>
 
       <step>
-        <simpara>Since, as previously recommended, the GnuCash directory was entered in the <envar>PATH</envar>
+        <simpara>Since, as previously recommended, the &app; directory was entered in the <envar>PATH</envar>
           envinronment variable, prefix any gnc-fq-xxx &app-perl; script command with
           <quote>Perl</quote> and a space, e.g. <userinput>perl gnc-fq-check</userinput>.
           Otherwise you have to execute the command e.g. <userinput><replaceable>
@@ -465,7 +465,7 @@ BEGIN failed--compilation aborted at (eval 303) line 1.
       database is possible.
       <note>
         <para>The command will fail if it cannot get a lock on the data file, for example if the
-          data file is open in another GnuCash instance or if the last session for the file crashed.
+          data file is open in another &app; instance or if the last session for the file crashed.
         </para>
       </note>
     </para>

commit fb8c0e7f6fd83de36cd46a6712b45e286dc290b7
Author: Christian Wehling <christian.wehling at web.de>
Date:   Sun Oct 9 20:27:27 2022 +0200

    L10n:de: manual, ch_Finance-Quote: enter the latest improvements
    
    * How to check if GnuCash is running when updating quotes
    * Downgrade a few warnings as there is no danger

diff --git a/manual/de/ch_Finance-Quote.xml b/manual/de/ch_Finance-Quote.xml
index 7fe6a542..5cc262c0 100644
--- a/manual/de/ch_Finance-Quote.xml
+++ b/manual/de/ch_Finance-Quote.xml
@@ -474,11 +474,12 @@ BEGIN failed--compilation aborted at (eval 303) line 1.
       können Sie die aktuellen Kurse Ihrer Devisen und Wertpapiere abrufen und direkt in ihre
       &app;-Datendatei schreiben ohne die Benutzeroberfläche zu starten. Somit ist eine
       automatische, regelmäßige Aktualisierung der Kursdatenbank möglich.
-      <warning>
-        <para>Beachten Sie bitte, dass die Datendatei nicht gleichzeitig in einer anderen Instanz von &app;
-          geöffnet sein darf!
+      <note>
+        <para>Der Befehl schlägt fehl, wenn kein exclusiver Zugriff auf die Datendatei
+          möglich ist, z.B. weil die Datendatei in einer anderen &app; Instanz geöffnet
+          ist oder die letzte Sitzung für die Datei abgestürzt ist.
         </para>
-      </warning>
+      </note>
     </para>
 
     <para>Die angegebene Datei &user-datafile; ist abhängig von dem Namen und dem Speicherort Ihrer
@@ -519,7 +520,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>Läuft auf Ihrem Rechner zu dem Zeitpunkt des Kursabrufs keine graphische Benutzeroberfläche, die
                 bereits den dbus gestartet hat, so müssen Sie den Eintrag stattdessen wie folgt
                 vornehmen:
@@ -530,7 +531,7 @@ gnucash-cli --quotes get &user-datafile; > /dev/null 2>&1</screen>
                 (Die Zeilenumbrüche nicht in die crontab übernehmen, die wurden hier nur zum
                 Zwecke der Lesbarkeit eingefügt.)
               </para>
-            </warning>
+            </important>
           </para>
         </step>
       </procedure>



Summary of changes:
 manual/C/ch_Finance-Quote.xml  |  4 ++--
 manual/de/ch_Finance-Quote.xml | 13 +++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)



More information about the gnucash-changes mailing list