aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Hallyn <serge.hallyn@canonical.com>2012-03-19 00:31:40 +0100
committerDaniel Lezcano <daniel.lezcano@free.fr>2012-03-19 00:31:40 +0100
commit1305dd24af039cefc54bc2f21b04b33b62bb26c8 (patch)
treeb5ed10ae17f2595840741b6fd8f67215c3c805a5 /doc/lxc-start.sgml.in
parentubuntu templates cleanups (diff)
downloadlxc-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-start.sgml.in')
-rw-r--r--doc/lxc-start.sgml.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/lxc-start.sgml.in b/doc/lxc-start.sgml.in
index 1f6c293..4504d58 100644
--- a/doc/lxc-start.sgml.in
+++ b/doc/lxc-start.sgml.in
@@ -51,7 +51,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
name</replaceable> <optional>-f
config_file</optional> <optional>-c
console_file</optional> <optional>-d</optional> <optional>-s
- KEY=VAL</optional>
+ KEY=VAL</optional> <optional>-C</optional>
<optional>command</optional></command></cmdsynopsis>
</refsynopsisdiv>
@@ -147,6 +147,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>-C,
+ --close-all-fds</option>
+ </term>
+ <listitem>
+ <para>
+ If any file descriptors are inherited, close them. If this option
+ is not specified, then <command>lxc-start</command> will exit with
+ failure instead. Note: <replaceable>--daemon</replaceable> implies
+ <replaceable>--close-all-fds</replaceable>.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>