Author: jawi
Date: Tue Apr 29 10:53:54 2014
New Revision: 1590947

URL: http://svn.apache.org/r1590947
Log:
Replaced backticks by tt tags.

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=1590947&r1=1590946&r2=1590947&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:53:54 2014
@@ -131,7 +131,7 @@ Since version 1.0, the binary distributi
 The agent can be configured by supplying its options as commandline parameters 
(e.g. <tt>-Dname=value</tt>). A list of most used options are[^7]:
 
 <tt>agent.identification.agentid</tt>
-: defines the name to uniquely identify a target on the ACE server. In case 
this option is not supplied, a default value of `defaultTargetID` is used;
+: defines the name to uniquely identify a target on the ACE server. In case 
this option is not supplied, a default value of <tt>defaultTargetID</tt> is 
used;
 
 <tt>agent.discovery.serverurls</tt>
 : defines the ACE server URLs to connect to. Multiple URLs can be given to get 
a form of fail-over: in case a connection to the first URL cannot be 
established, the second URL will be used, and so on. If this option is given, 
at least one URL should be supplied, and multiple URLs can be supplied by 
separating them with a comma. If this option is omitted, a default value of 
<tt>http://localhost:8080</tt> is used;
@@ -233,7 +233,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]: 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).
+[^7]: A complete list of recognised options can be found in 
[<tt>org.apache.ace.agent.AgentConstants</tt>](https://svn.apache.org/repos/asf/ace/trunk/org.apache.ace.agent/src/org/apache/ace/agent/AgentConstants.java).
 
 
 *[OBR]: OSGi Bundle Repository


Reply via email to