diff options
author | Serge Hallyn <serge.hallyn@canonical.com> | 2012-03-19 00:31:40 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@free.fr> | 2012-03-19 00:31:40 +0100 |
commit | 1305dd24af039cefc54bc2f21b04b33b62bb26c8 (patch) | |
tree | b5ed10ae17f2595840741b6fd8f67215c3c805a5 /doc/lxc-destroy.sgml.in | |
parent | ubuntu templates cleanups (diff) | |
download | lxc-1305dd24af039cefc54bc2f21b04b33b62bb26c8.tar.gz lxc-1305dd24af039cefc54bc2f21b04b33b62bb26c8.tar.bz2 lxc-1305dd24af039cefc54bc2f21b04b33b62bb26c8.zip |
Update manpages to reflect some updated options.
(which reminds me a lxc-clone manpage still needs to be written)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc/lxc-destroy.sgml.in')
-rw-r--r-- | doc/lxc-destroy.sgml.in | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/lxc-destroy.sgml.in b/doc/lxc-destroy.sgml.in index eda425c..e75de57 100644 --- a/doc/lxc-destroy.sgml.in +++ b/doc/lxc-destroy.sgml.in @@ -49,7 +49,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <refsynopsisdiv> <cmdsynopsis> <command>lxc-destroy <replaceable>-n - name</replaceable></command> + name</replaceable> + <optional>-f</optional> + </command> </cmdsynopsis> </refsynopsisdiv> @@ -64,6 +66,27 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </refsect1> <refsect1> + + <title>Options</title> + + <variablelist> + <varlistentry> + <term> + <option>-f</option> + </term> + <listitem> + <para> + If a container is running, stop it first. If this option is + not specified and the container is running, then + <command>lxc-destroy</command> will be aborted. + </para> + </listitem> + </varlistentry> + </variablelist> + + </refsect1> + + <refsect1> <title>Diagnostic</title> <variablelist> |