diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in
index 2d7ccead9..5505eeac0 100644
--- a/doc/lxc-create.sgml.in
+++ b/doc/lxc-create.sgml.in
@@ -64,9 +64,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
is used to specify the container to be used with the different
lxc commands.
+
+ The object is a directory created in @LXCPATH@ and identified by its name.
+
- This object is the definition of the different resources an
+ The object is the definition of the different resources an
application can use or can see. The more the configuration file
contains informations, the more the container is isolated and
the more the application is jailed.
@@ -103,8 +106,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
'template' is the short name of an existing 'lxc-template'
script that is called by lxc-create.
- eg: lxc-debian, lxc-busybox ...
- Refer to those exemples for details of expecting script structure.
+ eg: lxc-busybox, lxc-debian, lxc-fedora, lxc-sshd.
+ Refer to those exemples in @BINDIR@
+ for details of expecting script structure.
diff --git a/doc/lxc-destroy.sgml.in b/doc/lxc-destroy.sgml.in
index 841755b73..eda425cfe 100644
--- a/doc/lxc-destroy.sgml.in
+++ b/doc/lxc-destroy.sgml.in
@@ -57,10 +57,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Description
- lxc-destroy destroys the directory where is
- stored the configuration and all the data contained in this
- directory. After the destruction the container is no longer
- available and should be recreated.
+ lxc-destroy destroys the system object
+ previously created by the lxc-create command.
diff --git a/doc/lxc-start.sgml.in b/doc/lxc-start.sgml.in
index 24e467afe..0fa43dfd3 100644
--- a/doc/lxc-start.sgml.in
+++ b/doc/lxc-start.sgml.in
@@ -110,6 +110,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Specify the configuration file to configure the virtualization
and isolation functionalities for the container.
+
+ This configuration file if present will be used even if there is
+ already a configuration file present in the previously created
+ container (via lxc-create).
+