summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDaniel Frederick Crisman <daniel@crisman.org>2006-08-24 13:29:57 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-08-27 16:05:09 +0000
commite17b7802b536212dcf45bdeeab52049ea254d916 (patch)
tree24a7e82d9f4d2707a714304b0f0b93c73ce7c575 /pod
parentadceae88f516db14056f3ad2cf86787cab37ecd7 (diff)
downloadperl-e17b7802b536212dcf45bdeeab52049ea254d916.tar.gz
perlsyn incomplete duplicate definition of truth
Message-ID: <20060824212957.GA32557@fury.crisman.org> p4raw-id: //depot/perl@28764
Diffstat (limited to 'pod')
-rw-r--r--pod/perlsyn.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index d381f267f8..77ac7a9eba 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -237,7 +237,7 @@ C<if> an C<else> goes with. If you use C<unless> in place of C<if>,
the sense of the test is reversed.
The C<while> statement executes the block as long as the expression is
-true (does not evaluate to the null string C<""> or C<0> or C<"0">).
+L<true|/"Truth and Falsehood">.
The C<until> statement executes the block as long as the expression is
false.
The LABEL is optional, and if present, consists of an identifier followed