diff options
author | Ferenc Wagner <wferi@niif.hu> | 2010-06-16 09:19:15 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-06-16 09:19:15 +0200 |
commit | 4d67c1301b9cf6587b0cc2e42f4e61ed6c29097c (patch) | |
tree | 00ff6267e7933cfe240b7a41eb8140f5444b6fc1 /doc | |
parent | remove misleading copy&paste comment (diff) | |
download | lxc-4d67c1301b9cf6587b0cc2e42f4e61ed6c29097c.tar.gz lxc-4d67c1301b9cf6587b0cc2e42f4e61ed6c29097c.tar.bz2 lxc-4d67c1301b9cf6587b0cc2e42f4e61ed6c29097c.zip |
correct template directory documentation
Signed-off-by: Ferenc Wagner <wferi@niif.hu>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc-create.sgml.in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in index 5505eea..f3e8524 100644 --- a/doc/lxc-create.sgml.in +++ b/doc/lxc-create.sgml.in @@ -65,7 +65,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA lxc commands. </para> <para> - The object is a directory created in @LXCPATH@ and identified by its name. + The object is a directory created in <filename>@LXCPATH@</filename> + and identified by its name. </para> <para> @@ -105,10 +106,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <listitem> <para> 'template' is the short name of an existing 'lxc-template' - script that is called by lxc-create. - eg: lxc-busybox, lxc-debian, lxc-fedora, lxc-sshd. - Refer to those exemples in @BINDIR@ - for details of expecting script structure. + script that is called by lxc-create, + eg. busybox, debian, fedora, ubuntu or sshd. + Refer to the examples in <filename>@LXCTEMPLATEDIR@</filename> + for details of the expected script structure. </para> </listitem> </varlistentry> |