summaryrefslogtreecommitdiffstats
path: root/doc/mathop.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mathop.n')
-rw-r--r--doc/mathop.n20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/mathop.n b/doc/mathop.n
index 95a5d0e..38b862b 100644
--- a/doc/mathop.n
+++ b/doc/mathop.n
@@ -35,12 +35,12 @@ package require \fBTcl 8.5-\fR
\fB::tcl::mathop::>\fR ?\fIarg\fR ...?
\fB::tcl::mathop::eq\fR ?\fIarg\fR ...?
\fB::tcl::mathop::ne\fI arg arg\fR
-.VS "8.7, TIP461"
+.VS TIP461
\fB::tcl::mathop::lt\fR ?\fIarg\fR ...?
\fB::tcl::mathop::le\fR ?\fIarg\fR ...?
\fB::tcl::mathop::gt\fR ?\fIarg\fR ...?
\fB::tcl::mathop::ge\fR ?\fIarg\fR ...?
-.VE "8.7, TIP461"
+.VE TIP461
\fB::tcl::mathop::in\fI arg list\fR
\fB::tcl::mathop::ni\fI arg list\fR
.fi
@@ -228,39 +228,39 @@ operator or the \fBstring compare\fR command should be used instead.
.\" COMMAND: lt
.TP
\fBlt\fR ?\fIarg\fR ...?
-.VS "8.7, TIP461"
+.VS TIP461
Returns whether the arbitrarily-many arguments are ordered, with each argument
after the first having to be strictly more than the one preceding it.
Comparisons are performed using UNICODE string comparison. If fewer than two
arguments are present, this operation always returns a true value.
-.VE "8.7, TIP461"
+.VE TIP461
.\" COMMAND: le
.TP
\fBle\fR ?\fIarg\fR ...?
-.VS "8.7, TIP461"
+.VS TIP461
Returns whether the arbitrarily-many arguments are ordered, with each argument
after the first having to be equal to or strictly more than the one preceding it.
Comparisons are performed using UNICODE string comparison. If fewer than two
arguments are present, this operation always returns a true value.
-.VE "8.7, TIP461"
+.VE TIP461
.\" COMMAND: gt
.TP
\fBgt\fR ?\fIarg\fR ...?
-.VS "8.7, TIP461"
+.VS TIP461
Returns whether the arbitrarily-many arguments are ordered, with each argument
after the first having to be strictly less than the one preceding it.
Comparisons are performed using UNICODE string comparison. If fewer than two
arguments are present, this operation always returns a true value.
-.VE "8.7, TIP461"
+.VE TIP461
.\" COMMAND: ge
.TP
\fBge\fR ?\fIarg\fR ...?
-.VS "8.7, TIP461"
+.VS TIP461
Returns whether the arbitrarily-many arguments are ordered, with each argument
after the first having to be equal to or strictly less than the one preceding it.
Comparisons are performed using UNICODE string comparison. If fewer than two
arguments are present, this operation always returns a true value.
-.VE "8.7, TIP461"
+.VE TIP461
.SS "BIT-WISE OPERATORS"
.PP
The behaviors of the bit-wise operator commands (all of which only operate on