]> git.proxmox.com Git - mirror_lxc.git/blame - doc/lxc-stop.sgml.in
change man pages to use a common file for common options
[mirror_lxc.git] / doc / lxc-stop.sgml.in
CommitLineData
d823d5b9 1<!--
2
3lxc: linux Container library
4
5(C) Copyright IBM Corp. 2007, 2008
6
7Authors:
8Daniel Lezcano <dlezcano at fr.ibm.com>
9
10This library is free software; you can redistribute it and/or
11modify it under the terms of the GNU Lesser General Public
12License as published by the Free Software Foundation; either
13version 2.1 of the License, or (at your option) any later version.
14
15This library is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18Lesser General Public License for more details.
19
20You should have received a copy of the GNU Lesser General Public
21License along with this library; if not, write to the Free Software
22Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23
24-->
25
99e4008c
MN
26<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
27
10fba81b 28<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
99e4008c
MN
29<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
30]>
d823d5b9 31
32<refentry>
33
34 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
35
36 <refmeta>
37 <refentrytitle>lxc-stop</refentrytitle>
38 <manvolnum>1</manvolnum>
39 </refmeta>
40
41 <refnamediv>
42 <refname>lxc-stop</refname>
43
44 <refpurpose>
45 stop the application running inside a container
46 </refpurpose>
47 </refnamediv>
48
49 <refsynopsisdiv>
50 <cmdsynopsis>
51 <command>lxc-stop <replaceable>-n name</replaceable>
52 </command>
53 </cmdsynopsis>
54 </refsynopsisdiv>
55
56 <refsect1>
57 <title>Description</title>
58
59 <para>
60 <command>lxc-stop</command> kills all the processes inside the
61 container. This command should be used if the processes are no
62 longer accessible and can no be exited normally.
63 </para>
64
65 </refsect1>
66
10fba81b 67 &commonoptions;
d823d5b9 68
69 <refsect1>
70 <title>Diagnostic</title>
71
72 <variablelist>
73
74 <varlistentry>
75 <term>The container is busy</term>
76 <listitem>
77 <para>
78 The specified container is already running an
79 application. You should stop it before reuse this
80 container or create a new one.
81 </para>
82 </listitem>
83 </varlistentry>
84
85 <varlistentry>
86 <term>The container was not found</term>
87 <listitem>
88 <para>
89 The specified container was not created before with
90 the <command>lxc-create</command> command.
91 </para>
92 </listitem>
93 </varlistentry>
94
95
96 </variablelist>
97
98 </refsect1>
99
99e4008c 100 &seealso;
d823d5b9 101
102 <refsect1>
103 <title>Author</title>
104 <para>Daniel Lezcano <email>daniel.lezcano@free.fr</email></para>
105 </refsect1>
106
107</refentry>
108
109<!-- Keep this comment at the end of the file
110Local variables:
111mode: sgml
112sgml-omittag:t
113sgml-shorttag:t
114sgml-minimize-attributes:nil
115sgml-always-quote-attributes:t
116sgml-indent-step:2
117sgml-indent-data:t
118sgml-parent-document:nil
119sgml-default-dtd-file:nil
120sgml-exposed-tags:nil
121sgml-local-catalogs:nil
122sgml-local-ecat-files:nil
123End:
124-->