From 3bca66babd3d2790b91d3fb091db23378e5ca6a1 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 23 Dec 2005 14:39:50 +0000 Subject: [PATCH] ws git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358812 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/conditions.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/conditions.html b/docs/manual/CoreTasks/conditions.html index ecd5c1307..1dc67e26f 100644 --- a/docs/manual/CoreTasks/conditions.html +++ b/docs/manual/CoreTasks/conditions.html @@ -223,10 +223,9 @@ TCP/IP listener at the specified host and port.

filesmatch

Test two files for matching. Nonexistence of either file results in "false". This test does a byte for byte comparision, so test time scales with -byte size. NB: if the files are different sizes , one of them is missing +byte size. NB: if the files are different sizes, one of them is missing or the filenames match the answer is so obvious the detailed test is omitted. -