From: Thibault Godouet Date: Sat, 22 Feb 2025 14:45:00 +0000 (+0000) Subject: Small doc improvements. X-Git-Tag: ver3_4_0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=262207c3369efed2ad89c571d85f49d5dd56d5ab;p=thirdparty%2Ffcron.git Small doc improvements. --- diff --git a/doc/en/fcron.8.sgml b/doc/en/fcron.8.sgml index b808b67..bab628c 100644 --- a/doc/en/fcron.8.sgml +++ b/doc/en/fcron.8.sgml @@ -136,7 +136,7 @@ compiled to run in foreground as default. (A) at most num serial jobs can be in the waiting state and (B) at most num jobs can wait until the - system average load drops below a certain value. + system average load drops below a set value. @@ -262,7 +262,7 @@ also toggles on/off the printing on debug info on syslog. SIGHUP Tell &fcron; to check if there is any configuration -update (this signal is used by &fcrontab;(5)) +update (this signal is used by &fcrontab;(1)) diff --git a/doc/en/fcrontab.5.sgml b/doc/en/fcrontab.5.sgml index 49969fc..fd5a593 100644 --- a/doc/en/fcrontab.5.sgml +++ b/doc/en/fcrontab.5.sgml @@ -836,7 +836,7 @@ linkend="uptent">lines based on elapsed system up time). boolean(false) &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 . This option is especially useful when used with big jobs in order to limit the system overload. +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 . This option is especially useful when used with resource-intensive jobs in order to limit the system overload. &seealso; options &optserialonce;, &optlavg;.