From a8c6fe2bd68333935b02169af8a45dfb5afe40ac Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 9 Mar 2005 11:30:12 +0000 Subject: [PATCH] minor fixes to examples git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277850 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/basename.html | 2 +- docs/manual/CoreTasks/chmod.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/CoreTasks/basename.html b/docs/manual/CoreTasks/basename.html index e238c1dcc..f038e2365 100644 --- a/docs/manual/CoreTasks/basename.html +++ b/docs/manual/CoreTasks/basename.html @@ -58,7 +58,7 @@ a relative-path filename (eg., lib/myjar.jar), or a simple filename (eg., myjar.jar).
 <basename property="cmdname" file="D:/usr/local/foo.exe"
-         suffix=".exe"/>
+          suffix=".exe"/>
 
will set cmdname to foo.
diff --git a/docs/manual/CoreTasks/chmod.html b/docs/manual/CoreTasks/chmod.html
index 2f779e3de..a87dc70cf 100644
--- a/docs/manual/CoreTasks/chmod.html
+++ b/docs/manual/CoreTasks/chmod.html
@@ -99,14 +99,14 @@ href="../CoreTypes/filelist.html">filelists.

Examples

-
-

<chmod file="${dist}/start.sh" perm="ugo+rx"/>

-
+
+<chmod file="${dist}/start.sh" perm="ugo+rx"/>
+

makes the "start.sh" file readable and executable for anyone on a UNIX system.

-
-

<chmod file="${dist}/start.sh" perm="700"/>

-
+
+<chmod file="${dist}/start.sh" perm="700"/>
+

makes the "start.sh" file readable, writable and executable only for the owner on a UNIX system.

@@ -145,7 +145,7 @@ permissions.

</dirset> </chmod>
-
blockquote> +

keeps non-owners from touching cgi scripts, files with a .old extension or directories beginning with private_. A directory