From e8b3b57f554946dcf02cf9cc019ad4fda30536b1 Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Sat, 30 Sep 2006 22:52:16 +0000
Subject: [PATCH] describe difference of and unix dirname
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451692 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/dirname.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/CoreTasks/dirname.html b/docs/manual/CoreTasks/dirname.html
index bbf4f8ee2..03227b462 100644
--- a/docs/manual/CoreTasks/dirname.html
+++ b/docs/manual/CoreTasks/dirname.html
@@ -36,6 +36,11 @@ the last path element. If the specified file is a path that ends in a
filename, the filename will be dropped. If the specified file is just
a filename, the directory will be the current directory.
+
+ Note: This is not the same as the UNIX dirname command, which is
+ defined as "strip non-directory suffix from filename". <dirname>
+ determines the full directory path of the specified file.
+
Parameters