]> git.proxmox.com Git - mirror_lxc.git/blob - doc/ja/lxc-checkconfig.sgml.in
start: call lxc_find_gateway_addresses early
[mirror_lxc.git] / doc / ja / lxc-checkconfig.sgml.in
1 <!--
2
3 (C) Copyright Canonical Ltd. 2013
4
5 Authors:
6 Stéphane Graber <stgraber@ubuntu.com>
7
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
12
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with this library; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
22 Translated into Japanese
23 by KATOH Yasufumi <karma at jazz.email.ne.jp>
24
25 -->
26
27 <!DOCTYPE refentry PUBLIC @docdtd@ [
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 -->
48 現在のカーネルが lxc に必要な機能をサポートしているかのチェック
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 -->
65 <command>lxc-checkconfig</command> は、現在のカーネルが lxc に必要な機能をサポートしているかをチェックします。
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 -->
80 現在のカーネルをチェックします。
81 CONFIG 環境変数に別の場所を設定することも可能です。
82 (訳注: カーネルビルド時の設定オプションのファイルの位置を指定します。デフォルトは /proc/config.gz です。)
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
98 Local variables:
99 mode: sgml
100 sgml-omittag:t
101 sgml-shorttag:t
102 sgml-minimize-attributes:nil
103 sgml-always-quote-attributes:t
104 sgml-indent-step:2
105 sgml-indent-data:t
106 sgml-parent-document:nil
107 sgml-default-dtd-file:nil
108 sgml-exposed-tags:nil
109 sgml-local-catalogs:nil
110 sgml-local-ecat-files:nil
111 End:
112 -->