summaryrefslogtreecommitdiff
path: root/doc/doc-docbook
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-06-05 16:33:47 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-06-05 16:33:47 +0100
commitbe4a1376bb4fe5ef40ae4c1e8c7743ce855ed30d (patch)
tree0089daa3a59a47401c9b194a54efbd35ddc9dec7 /doc/doc-docbook
parent4eb9d6ef85652741d2852f89365a0af08ddc382e (diff)
Docs for "G" modifier on numbers in ${if comparisons.
Diffstat (limited to 'doc/doc-docbook')
-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 02aff0662..ece47a084 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -10013,8 +10013,8 @@ ${if >{$message_size}{10M} ...
.endd
Note that the general negation operator provides for inequality testing. The
two strings must take the form of optionally signed decimal integers,
-optionally followed by one of the letters &"K"& or &"M"& (in either upper or
-lower case), signifying multiplication by 1024 or 1024*1024, respectively.
+optionally followed by one of the letters &"K"&, &"M"& or &"G"& (in either upper or
+lower case), signifying multiplication by 1024, 1024*1024 or 1024*1024*1024, respectively.
As a special case, the numerical value of an empty string is taken as
zero.