You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/01 05:46:09 UTC

[2/2] ant git commit: Adjust markup

Adjust markup

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/6659d122
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/6659d122
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/6659d122

Branch: refs/heads/master
Commit: 6659d122b49c65276da6a2a4b75456dcf0186e1e
Parents: b08077b
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Thu Mar 1 06:45:19 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Thu Mar 1 06:45:19 2018 +0100

----------------------------------------------------------------------
 manual/Tasks/conditions.html | 2 +-
 manual/install.html          | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/6659d122/manual/Tasks/conditions.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/conditions.html b/manual/Tasks/conditions.html
index 73efda4..65cef41 100644
--- a/manual/Tasks/conditions.html
+++ b/manual/Tasks/conditions.html
@@ -155,7 +155,7 @@ and the result is true only if <em>all</em> the tests succeed.
   </tr>
   <tr>
     <td>forcestring</td>
-    <td>Force string comparison of <code>arg1/arg2</code>.  <em>Since Apache Ant 1.8.1</em>
+    <td>Force string comparison of <var>arg1</var>/<var>arg2</var>.  <em>Since Apache Ant 1.8.1</em>
     </td>
     <td>No; default is <q>false</q></td>
   </tr>

http://git-wip-us.apache.org/repos/asf/ant/blob/6659d122/manual/install.html
----------------------------------------------------------------------
diff --git a/manual/install.html b/manual/install.html
index 030e927..a061f3d 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -197,8 +197,8 @@ target="_top">https://archive.apache.org/dist/ant/</a>. The files are organized
   <td><samp>binaries/</samp></td>
   <td>
     The binaries directory holds specific Ant releases bundled in both ZIP and tar.gz archive formats. The named
-    releases are in contrast to the ant-current-bin.zip file in the parent directory, which is always guaranteed to be
-    the most current release of Ant.
+    releases are in contrast to the <samp>ant-current-bin.zip</samp> file in the parent directory, which is always
+    guaranteed to be the most current release of Ant.
   </td>
 </tr>
 <tr>
@@ -212,8 +212,8 @@ target="_top">https://archive.apache.org/dist/ant/</a>. The files are organized
   <td><samp>source/</samp></td>
   <td>
     The source directory holds the source code for specific Ant releases bundled in both ZIP and tar.gz archive
-    formats. The named releases are in contrast to the ant-current-src.zip file in the parent directory, which is always
-    guaranteed to hold the source code for the most current release of Ant.
+    formats. The named releases are in contrast to the <samp>ant-current-src.zip</samp> file in the parent directory,
+    which is always guaranteed to hold the source code for the most current release of Ant.
   </td>
 </tr>
 </table>