1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 16:02:13 +01:00
Files
archived-doc-es/reference/xattr/setup.xml
Andrés García d72c4bcde2 translated Spanish language
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@316766 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-14 18:05:16 +00:00

67 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: andresdzphp 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>
Para utilizar xattr, se necesita tener libattr instalado. Este está
disponible en <link xlink:href="&url.xattr;">&url.xattr;</link>.
</para>
<note>
<para>
Estas funciones sólo funcionan en sistemas de archivos que soportan
atributos extendidos, y haya activado durante la instalación. Algunos sistemas
de ficheros comunes que soportan atributos extendidos son ext2, ext3,
reiserfs, jfs, and xfs.
</para>
</note>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.xattr.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="xattr.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="xattr.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</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
-->