From 996b7048d936be218ab22b8487b8452d3c5b0589 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Wed, 16 Jul 2008 19:25:06 +0000
Subject: [PATCH] tweak docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677386 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/echo.html | 7 ++++---
docs/manual/CoreTasks/sql.html | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/manual/CoreTasks/echo.html b/docs/manual/CoreTasks/echo.html
index 3fb396920..833368f56 100644
--- a/docs/manual/CoreTasks/echo.html
+++ b/docs/manual/CoreTasks/echo.html
@@ -51,7 +51,7 @@ ignored
file |
the file to write the message to. |
- Optionally one of these may be specified |
+ Optionally one of these may be specified. |
output |
@@ -63,9 +63,10 @@ ignored
append |
Append to an existing file (or
- open a new file / overwrite an existing file)?
+ open a new file / overwrite an existing file)? Default false.
|
- No - default is false. |
+ No; ignored unless output indicates a
+ filesystem destination. |
level |
diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html
index 71b13c4a0..601a14eaf 100644
--- a/docs/manual/CoreTasks/sql.html
+++ b/docs/manual/CoreTasks/sql.html
@@ -127,7 +127,8 @@ and abort execution and transaction and fail task.
append |
whether output should be appended to or overwrite
an existing file. Defaults to false. |
- No |
+ No, ignored if output does not
+ specify a filesystem destination. |
classpath |