summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Jetmore <jj33@pobox.com>2007-07-20 17:06:15 +0000
committerJohn Jetmore <jj33@pobox.com>2007-07-20 17:06:15 +0000
commit4d0893ec1dcc8f2d0548caa85daed381270f1a56 (patch)
tree06c8002074264c2404438f8beecd08d7f918dacd
parenta591010f222c5765105273fdd6e9071dee2e47a5 (diff)
doc typo in $load_average
-rw-r--r--doc/doc-docbook/spec.xfpt4
1 files changed, 2 insertions, 2 deletions
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.