f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimes<!--
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimes
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimes(C) Copyright Canonical Ltd. 2013
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimes
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian HeimesAuthors:
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian HeimesStéphane Graber <stgraber@ubuntu.com>
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimes
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian HeimesThis library is free software; you can redistribute it and/or
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimesmodify it under the terms of the GNU Lesser General Public
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian HeimesLicense as published by the Free Software Foundation; either
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimesversion 2.1 of the License, or (at your option) any later version.
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian Heimes
f0beb4e313970ffd075cd711ed6cfbac03ad5af6Christian HeimesThis library is distributed in the hope that it will be useful,
c5a47e4a809aca39669e26d6136f8056952efd74Lukas Slebodnikbut WITHOUT ANY WARRANTY; without even the implied warranty of
c5a47e4a809aca39669e26d6136f8056952efd74Lukas SlebodnikMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8ccc9b7c317cf5ee8f295b38bfc4c2b7d551f8f1Lukas SlebodnikLesser General Public License for more details.
8ccc9b7c317cf5ee8f295b38bfc4c2b7d551f8f1Lukas Slebodnik
8ccc9b7c317cf5ee8f295b38bfc4c2b7d551f8f1Lukas SlebodnikYou should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Translated into Japanese
by KATOH Yasufumi <karma at jazz.email.ne.jp>
-->
<!DOCTYPE refentry PUBLIC @docdtd@ [
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
]>
<refentry>
<docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
<refmeta>
<refentrytitle>lxc-checkconfig</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>lxc-checkconfig</refname>
<refpurpose>
<!--
check the current kernel for lxc support
-->
現在のカーネルが lxc に必要な機能をサポートしているかのチェック
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>lxc-checkconfig</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title><!-- Description -->説明</title>
<para>
<!--
<command>lxc-checkconfig</command> check the current kernel for
lxc support
-->
<command>lxc-checkconfig</command> は、現在のカーネルが lxc に必要な機能をサポートしているかをチェックします。
</para>
</refsect1>
<refsect1>
<title><!-- Examples -->例</title>
<variablelist>
<varlistentry>
<term>lxc-checkconfig</term>
<listitem>
<para>
<!--
check the current kernel.
CONFIG can be set in the environment to an alternate location.
-->
現在のカーネルをチェックします。
CONFIG 環境変数に別の場所を設定することも可能です。
(訳注: カーネルビルド時の設定オプションのファイルの位置を指定します。デフォルトは /proc/config.gz です。)
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
&seealso;
<refsect1>
<title><!-- Author -->作者</title>
<para>Stéphane Graber <email>stgraber@ubuntu.com</email></para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->