mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 19:28:29 +00:00

Improve the consistency of expression Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
111 lines
3.0 KiB
Plaintext
111 lines
3.0 KiB
Plaintext
<!--
|
||
|
||
(C) Copyright Canonical Ltd. 2013
|
||
|
||
Authors:
|
||
Stéphane Graber <stgraber@ubuntu.com>
|
||
|
||
This library is free software; you can redistribute it and/or
|
||
modify it under the terms of the GNU Lesser General Public
|
||
License as published by the Free Software Foundation; either
|
||
version 2.1 of the License, or (at your option) any later version.
|
||
|
||
This library is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
Lesser General Public License for more details.
|
||
|
||
You 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:
|
||
-->
|