summaryrefslogtreecommitdiffstats
path: root/contrib/tcl/doc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-10-01 13:27:30 +0000
committerphk <phk@FreeBSD.org>1997-10-01 13:27:30 +0000
commite04d9835eb4a14fa4aa957ea47f07610369df4db (patch)
tree97f1414a5274fecb5f53a5d7af6e919e48f440f3 /contrib/tcl/doc
parent8f9abf1e507e6dcfc038d155875d2e08cab6b80d (diff)
downloadFreeBSD-src-e04d9835eb4a14fa4aa957ea47f07610369df4db.zip
FreeBSD-src-e04d9835eb4a14fa4aa957ea47f07610369df4db.tar.gz
Resolve conflicts.
Diffstat (limited to 'contrib/tcl/doc')
-rw-r--r--contrib/tcl/doc/expr.n6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/tcl/doc/expr.n b/contrib/tcl/doc/expr.n
index e7dda17..f4532cc 100644
--- a/contrib/tcl/doc/expr.n
+++ b/contrib/tcl/doc/expr.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" SCCS: @(#) expr.n 1.25 97/04/29 10:11:52
+'\" SCCS: @(#) expr.n 1.27 97/08/12 11:31:30
'\"
.so man.macros
.TH expr n 8.0 Tcl "Tcl Built-In Commands"
@@ -285,6 +285,7 @@ operands could be arbitrary; it's better in these cases to use the
\fBstring compare\fR command instead.
.SH "PERFORMANCE CONSIDERATIONS"
+.VS
.PP
Enclose expressions in braces for the best speed and the smallest
storage requirements.
@@ -315,6 +316,7 @@ The most expensive code is required for
unbraced expressions that contain command substitutions.
These expressions must be implemented by generating new code
each time the expression is executed.
+.VE
.SH KEYWORDS
-arithmetic, boolean, compare, expression
+arithmetic, boolean, compare, expression, fuzzy comparison
OpenPOWER on IntegriCloud