From: John Jetmore Date: Fri, 20 Jul 2007 17:06:15 +0000 (+0000) Subject: doc typo in $load_average X-Git-Tag: exim-4_68~17 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/4d0893ec1dcc8f2d0548caa85daed381270f1a56?hp=a591010f222c5765105273fdd6e9071dee2e47a5 doc typo in $load_average --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 39698cfb8..d04a8fe93 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.21 2007/07/20 16:01:21 magnus Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.22 2007/07/20 17:06:15 jetmore Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -10681,7 +10681,7 @@ lookup. .vitem &$load_average$& .vindex "&$load_average$&" -This variable contains the system load average, multiplied by 1000 to that it +This variable contains the system load average, multiplied by 1000 so that it is an integer. For example, if the load average is 0.21, the value of the variable is 210. The value is recomputed every time the variable is referenced.