You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2014/04/29 12:13:04 UTC

svn commit: r1590937 - /ace/site/trunk/content/user-doc/user-guide.mdtext

Author: jawi
Date: Tue Apr 29 10:13:04 2014
New Revision: 1590937

URL: http://svn.apache.org/r1590937
Log:
minor markup corrections.

Modified:
    ace/site/trunk/content/user-doc/user-guide.mdtext

Modified: ace/site/trunk/content/user-doc/user-guide.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/user-doc/user-guide.mdtext?rev=1590937&r1=1590936&r2=1590937&view=diff
==============================================================================
--- ace/site/trunk/content/user-doc/user-guide.mdtext (original)
+++ ace/site/trunk/content/user-doc/user-guide.mdtext Tue Apr 29 10:13:04 2014
@@ -107,7 +107,7 @@ ACE provides a runnable eclipse project,
 1. it uploads the audit log of the target to the ACE server. The audit log contains all changes in bundle and framework state, such as the starting and stopping of the framework and (de)installation of bundles;
 2. it check whether or not software updates are available. If so, it will download it and install this update automatically.
 
-Since ACE 2.0.1, the binary distribution also contains a single-jar version of a target, <tt>target.jar</tt>, that can be used to bootstrap the ACE management agent on a target host as shown in the following example:
+Since ACE 2.0.1, the binary distribution also contains a single-jar version of a target, called <tt>target.jar</tt>, that can be used to bootstrap the ACE management agent on a target host as shown in the following example:
 
     :::sh
     $ java -Dagent.identification.agentid=target-1 -Dagent.discovery.serverurls=http://my.ace.server:8080 -jar target.jar
@@ -220,7 +220,7 @@ ACE will scan all configuration files an
 
 [^6]: Apache Velocity is an engine that can generate documents by combining a template with a context that contains variables. To learn more about it, visit the [Velocity website](http://velocity.apache.org/).
 
-[^7]: All recognized options can be found in `org.apache.ace.agent.AgentConstants`.
+[^7]: A complete list of recognised options can be found in [`org.apache.ace.agent.AgentConstants`](https://svn.apache.org/repos/asf/ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java).
 
 
 *[OBR]: OSGi Bundle Repository