Skip to content

Commit

Permalink
doc: Add -F option to Japanese lxc-start(1)
Browse files Browse the repository at this point in the history
Update for commit 476d302

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
tenforward authored and stgraber committed Aug 4, 2014
1 parent 882ab60 commit 22c3662
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/ja/lxc-start.sgml.in
Expand Up @@ -60,6 +60,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="opt">-c <replaceable>console_device</replaceable></arg>
<arg choice="opt">-L <replaceable>console_logfile</replaceable></arg>
<arg choice="opt">-d</arg>
<arg choice="opt">-F</arg>
<arg choice="opt">-p <replaceable>pid_file</replaceable></arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-C</arg>
Expand Down Expand Up @@ -126,6 +127,22 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</listitem>
</varlistentry>

<varlistentry>
<term>
<option>-F, --foreground</option>
</term>
<listitem>
<para>
<!--
Run the container in the foreground. In this mode, the container
console will be attached to the current tty and signals will be routed
directly to the container.
-->
コンテナをフォアグラウンドで実行します。このモードでは、コンテナコンソールは現在使用中の tty に割り当てられ、シグナルはコンテナに直接送られます。(これがデフォルトのモードです)
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>
<option>-p, --pidfile <replaceable>pid_file</replaceable></option>
Expand Down

0 comments on commit 22c3662

Please sign in to comment.