You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/05/05 20:25:45 UTC

git commit: Fix small typo in instances section of the user guide

Repository: karaf
Updated Branches:
  refs/heads/master 13158bdbf -> 7fb41c05e


Fix small typo in instances section of the user guide


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/7fb41c05
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/7fb41c05
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/7fb41c05

Branch: refs/heads/master
Commit: 7fb41c05e2cd8a51f55f1ecbfa9e9cfda84791da
Parents: 13158bd
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 5 20:25:24 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 5 20:25:24 2014 +0200

----------------------------------------------------------------------
 manual/src/main/webapp/users-guide/instances.conf | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/7fb41c05/manual/src/main/webapp/users-guide/instances.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/users-guide/instances.conf b/manual/src/main/webapp/users-guide/instances.conf
index 4d3cfff..6dcef91 100644
--- a/manual/src/main/webapp/users-guide/instances.conf
+++ b/manual/src/main/webapp/users-guide/instances.conf
@@ -3,11 +3,10 @@ h1. Instances
 A instance is a complete new Apache Karaf runtime, isolated from the other ones.
 
 The purpose is to easily create and manage a new Apache Karaf runtime without installing a complete distribution.
-A instance
 
-A  instance is a new instance that you can launch separately from the root one, and deploy applications into.
+A instance is a new instance that you can launch separately from the root one, and deploy applications into. It means that each instance is run on a different JVM.
 
-An instance does not contain a full copy of the Apache Karaf distribution, but only a set of the configuration files and data folder which contains all the runtime information, logs and temporary files.
+A instance does not contain a full copy of the Apache Karaf distribution, but only a set of the configuration files and data folder which contains all the runtime information, logs and temporary files.
 
 h2. Using the instance commands
 
@@ -363,4 +362,4 @@ The InstanceMBean provides the following operations, corresponding to the previo
 * {{stopInstance(instanceName)}}: stop an instance.
 * {{renameInstance(instanceName, newInstanceName)}}: rename an instance.
 * {{renameInstance(instanceName, newInstanceName, verbose)}}: rename an instance. If verbose is true, this operation provides details in the log.
-* {{cloneInstance(instanceName, cloneName, sshPort, rmiRegistryPort, rmiServerPort, location, javaOpts)}}: clone an existing instance.
\ No newline at end of file
+* {{cloneInstance(instanceName, cloneName, sshPort, rmiRegistryPort, rmiServerPort, location, javaOpts)}}: clone an existing instance.