mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 07:02:08 +01:00
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: f8f7abd6d2641f88867ce92d1357af0bde5793b8 Maintainer: takagi Status: ready -->
|
|
|
|
<chapter xml:id="xattr.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="xattr.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
xattr を使用するには、libattr がインストールされている必要があります。
|
|
これは <link xlink:href="&url.xattr;">&url.xattr;</link> から取得可能です。
|
|
</para>
|
|
<note>
|
|
<para>
|
|
これらの関数は、ファイルシステムが拡張属性をサポートしており、
|
|
マウント時にそれを有効にしている場合にのみ動作します。
|
|
一般に使用されているファイルシステムのうち、拡張属性を
|
|
サポートしているものには <literal>ext2</literal>, <literal>ext3</literal>,
|
|
<literal>reiserfs</literal>, <literal>jfs</literal>, および <literal>xfs</literal>
|
|
などがあります。
|
|
</para>
|
|
</note>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.xattr.configure;
|
|
<!-- }}} -->
|
|
|
|
</chapter>
|
|
|
|
<!-- 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:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|