]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
Small doc improvements.
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 22 Feb 2025 14:45:00 +0000 (14:45 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 22 Feb 2025 14:45:00 +0000 (14:45 +0000)
doc/en/fcron.8.sgml
doc/en/fcrontab.5.sgml

index b808b673152152c7126d910536a23c6e83829efa..bab628cd6bf2746deef82b63335b57f75522ef3c 100644 (file)
@@ -136,7 +136,7 @@ compiled to run in foreground as default.</para>
                        (A) at most <replaceable>num</replaceable> serial jobs can be
                        in the waiting state and
                        (B) at most <replaceable>num</replaceable> jobs can wait until the
-                       system average load drops below a certain value.
+                       system average load drops below a set value.
                        </para>
                </listitem>
            </varlistentry>
@@ -262,7 +262,7 @@ also toggles on/off the printing on debug info on syslog.</para>
                <term><constant>SIGHUP</constant></term>
                <listitem>
                    <para>Tell &fcron; to check if there is any configuration
-update (this signal is used by &fcrontab;(5))</para>
+update (this signal is used by <link linkend="fcrontab.1">&fcrontab;(1)</link>)</para>
                </listitem>
            </varlistentry>
            <varlistentry>
index 49969fcc6afaaaee2211116d69005cd749b098ca..fd5a5937e7756bdfaaa9550e855181271bd72a1b 100644 (file)
@@ -836,7 +836,7 @@ linkend="uptent">lines based on elapsed system up time</link>).</para>
                    <listitem>
                        <para><emphasis><type>boolean</type></emphasis>(<constant>false</constant>)</para>
                        <para>&Fcron; runs at most &serialmaxrunning; serial
-jobs (ie. for which the option serial is set to true), and the same number of lavg serial jobs (ie. for which both option serial and lavg (or lavg1 or lavg5 or lavg15) are set to true) simultaneously. This value may be modified by &fcron;'s option <option>-m</option>. This option is especially useful when used with big jobs in order to limit the system overload.</para>
+jobs (ie. for which the option serial is set to true), and the same number of lavg serial jobs (ie. for which both option serial and lavg (or lavg1 or lavg5 or lavg15) are set to true) simultaneously. This value may be modified by &fcron;'s option <option>-m</option>. This option is especially useful when used with resource-intensive jobs in order to limit the system overload.</para>
                        <para>&seealso; options &optserialonce;,
 &optlavg;.</para>
                    </listitem>