summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-06-10 19:09:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-06-10 19:09:16 (GMT)
commitf627e6922c20d26f51c6cc68be1796be135515aa (patch)
treec91493d33288318e86821c0f48738d47958a12fd /doc
parent6a3773f6119ffaee96382a12d282e033a6a0bf95 (diff)
downloadtcl-f627e6922c20d26f51c6cc68be1796be135515aa.zip
tcl-f627e6922c20d26f51c6cc68be1796be135515aa.tar.gz
tcl-f627e6922c20d26f51c6cc68be1796be135515aa.tar.bz2
more formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/expr.n2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/expr.n b/doc/expr.n
index 996407a..5263c07 100644
--- a/doc/expr.n
+++ b/doc/expr.n
@@ -385,11 +385,13 @@ namespace) than it is to do complex expression generation.
.SH EXAMPLES
.PP
A numeric comparison whose result is 1:
+.PP
.CS
\fBexpr\fR {"0x03" > "2"}
.CE
.PP
A string comparison whose result is 1:
+.PP
.CS
\fBexpr\fR {"0y" > "0x12"}
.CE