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/13 23:51:42 UTC

ant-ivy git commit: Fix formatting

Repository: ant-ivy
Updated Branches:
  refs/heads/master 13a8d2fee -> f7b3cb92f


Fix formatting

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

Branch: refs/heads/master
Commit: f7b3cb92f9592de403675e5589cdcdf465246697
Parents: 13a8d2f
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Wed Mar 14 00:51:30 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed Mar 14 00:51:30 2018 +0100

----------------------------------------------------------------------
 asciidoc/running.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/f7b3cb92/asciidoc/running.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/running.adoc b/asciidoc/running.adoc
index e59f366..6eaa810 100644
--- a/asciidoc/running.adoc
+++ b/asciidoc/running.adoc
@@ -17,13 +17,13 @@
    under the License.
 ////
 
-    Ivy is sending http headers when downloading files.
-    The User-Agent http header can be controlled using a
+Ivy is sending HTTP headers when downloading files.
+The `User-Agent` HTTP header can be controlled using a
 [source]
 ----
 http.agent
 ----
 
 system property.
-    When this system property is not set, the default value for the User-Agent header is "Apache Ivy/ivyversion"
-    where ivyversion is replaced by the currently running version of Ivy.
+When this system property is not set, the default value for the User-Agent header is "Apache Ivy/__Ivy-version__"
+where __Ivy-version__ is replaced by the currently running version of Ivy.