aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/expr.1
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-05-11 03:08:12 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-05-11 03:08:12 +0000
commit94a48596a3d168f80462a7f2be9ece9dc0da09f8 (patch)
tree7761504b6ed14c8a4ca61fde37f0f5039f797691 /bin/expr/expr.1
parent4a21733e2d77033da56c9d2594a07b2082900e40 (diff)
Notes
Diffstat (limited to 'bin/expr/expr.1')
-rw-r--r--bin/expr/expr.118
1 files changed, 17 insertions, 1 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1
index 1425e00ddc77d..4a978d07a1fcf 100644
--- a/bin/expr/expr.1
+++ b/bin/expr/expr.1
@@ -66,7 +66,7 @@ If
.Fl e
is not specified, arithmetic operations and parsing of integer
arguments will overflow silently according to the rules of the C
-standard, and integer computations will be performed using the
+standard, using the
.Ql long
data type.
.Pp
@@ -139,6 +139,20 @@ including the one in previous versions of
will not permit this syntax.
See the examples below for portable ways to guarantee the correct
interpretation.
+The
+.Ev EXPR_COMPAT
+variable is intended for use as a transition and debugging aid, when
+.Nm
+is used in complex scripts which cannot easily be recast to avoid the
+non-portable usage.
+Defining
+.Ev EXPR_COMPAT
+also implicitly enables the
+.Fl e
+option, since this matches the historic behavior of
+.Nm
+in
+.Fx .
.Pp
The
.Nm
@@ -161,6 +175,8 @@ If set,
will emulate historic
.Nm
implementations which did not obey the Utility Syntax Guidelines.
+Implies
+.Fl e .
.El
.Sh EXAMPLES
.Bl -bullet