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:17:16 UTC

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

Author: jawi
Date: Tue Apr 29 10:17:15 2014
New Revision: 1590938

URL: http://svn.apache.org/r1590938
Log:
yet some more 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=1590938&r1=1590937&r2=1590938&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:17:15 2014
@@ -107,10 +107,13 @@ 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, 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:
+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 (the backslash denote line continuations):
 
     :::sh
-    $ java -Dagent.identification.agentid=target-1 -Dagent.discovery.serverurls=http://my.ace.server:8080 -jar target.jar
+    $ java \
+        -Dagent.identification.agentid=target-1 \
+        -Dagent.discovery.serverurls=http://my.ace.server:8080 \
+        -jar target.jar
     ____________________________
     Welcome to Apache Felix Gogo
     ...