From f25b19db8d50748d4f75272ae324cad27788d9b3 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Thu, 27 Nov 1997 19:49:05 +0000 Subject: Import TCL v8.0 PL2. --- contrib/tcl/doc/expr.n | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'contrib/tcl/doc/expr.n') diff --git a/contrib/tcl/doc/expr.n b/contrib/tcl/doc/expr.n index f4532cc18a7a..f0969ceda161 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.27 97/08/12 11:31:30 +'\" SCCS: @(#) expr.n 1.28 97/09/18 18:21:30 '\" .so man.macros .TH expr n 8.0 Tcl "Tcl Built-In Commands" @@ -144,12 +144,13 @@ Bit-wise exclusive OR. Valid for integer operands only. Bit-wise OR. Valid for integer operands only. .TP 20 \fB&&\fR -Logical AND. Produces a 1 result if both operands are non-zero, 0 otherwise. -Valid for numeric operands only (integers or floating-point). +Logical AND. Produces a 1 result if both operands are non-zero, +0 otherwise. +Valid for boolean and numeric (integers or floating-point) operands only. .TP 20 \fB||\fR Logical OR. Produces a 0 result if both operands are zero, 1 otherwise. -Valid for numeric operands only (integers or floating-point). +Valid for boolean and numeric (integers or floating-point) operands only. .TP 20 \fIx\fB?\fIy\fB:\fIz\fR If-then-else, as in C. If \fIx\fR -- cgit v1.2.3