]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ja/lxc-checkconfig.sgml.in
doc: Update Japanese lxc.container.conf(5)
[mirror_lxc.git] / doc / ja / lxc-checkconfig.sgml.in
CommitLineData
57da8c32
KY
1<!--
2
3(C) Copyright Canonical Ltd. 2013
4
5Authors:
9d0cda4f 6Stéphane Graber <stgraber@ubuntu.com>
57da8c32
KY
7
8This library is free software; you can redistribute it and/or
9modify it under the terms of the GNU Lesser General Public
10License as published by the Free Software Foundation; either
11version 2.1 of the License, or (at your option) any later version.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16Lesser General Public License for more details.
17
18You should have received a copy of the GNU Lesser General Public
19License along with this library; if not, write to the Free Software
a5ba9671 20Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
57da8c32 21
8900b9eb 22Translated into Japanese
57da8c32
KY
23by KATOH Yasufumi <karma at jazz.email.ne.jp>
24
25-->
26
faefa7f8 27<!DOCTYPE refentry PUBLIC @docdtd@ [
57da8c32
KY
28
29<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
30]>
31
32<refentry>
33
34 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
35
36 <refmeta>
37 <refentrytitle>lxc-checkconfig</refentrytitle>
38 <manvolnum>1</manvolnum>
39 </refmeta>
40
41 <refnamediv>
42 <refname>lxc-checkconfig</refname>
43
44 <refpurpose>
45 <!--
46 check the current kernel for lxc support
47 -->
6127da6b 48 現在のカーネルが lxc に必要な機能をサポートしているかのチェック
57da8c32
KY
49 </refpurpose>
50 </refnamediv>
51
52 <refsynopsisdiv>
53 <cmdsynopsis>
54 <command>lxc-checkconfig</command>
55 </cmdsynopsis>
56 </refsynopsisdiv>
57
58 <refsect1>
59 <title><!-- Description -->説明</title>
60 <para>
61 <!--
62 <command>lxc-checkconfig</command> check the current kernel for
63 lxc support
64 -->
dc421f3a 65 <command>lxc-checkconfig</command> は、現在のカーネルが lxc に必要な機能をサポートしているかをチェックします。
57da8c32
KY
66 </para>
67 </refsect1>
68
69 <refsect1>
70 <title><!-- Examples -->例</title>
71 <variablelist>
72 <varlistentry>
73 <term>lxc-checkconfig</term>
74 <listitem>
75 <para>
76 <!--
77 check the current kernel.
78 CONFIG can be set in the environment to an alternate location.
79 -->
dc421f3a
KY
80 現在のカーネルをチェックします。
81 CONFIG 環境変数に別の場所を設定することも可能です。
82 (訳注: カーネルビルド時の設定オプションのファイルの位置を指定します。デフォルトは /proc/config.gz です。)
57da8c32
KY
83 </para>
84 </listitem>
85 </varlistentry>
86 </variablelist>
87 </refsect1>
88
89 &seealso;
90
91 <refsect1>
92 <title><!-- Author -->作者</title>
93 <para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
94 </refsect1>
95</refentry>
96
97<!-- Keep this comment at the end of the file
98Local variables:
99mode: sgml
100sgml-omittag:t
101sgml-shorttag:t
102sgml-minimize-attributes:nil
103sgml-always-quote-attributes:t
104sgml-indent-step:2
105sgml-indent-data:t
106sgml-parent-document:nil
107sgml-default-dtd-file:nil
108sgml-exposed-tags:nil
109sgml-local-catalogs:nil
110sgml-local-ecat-files:nil
111End:
112-->