1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA - Serge STEER
5 * ...
6 *
7 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 *
9 * This file is hereby licensed under the terms of the GNU GPL v2.0,
10 * pursuant to article 5.3.4 of the CeCILL v.2.1.
11 * This file was originally licensed under the terms of the CeCILL v2.1,
12 * and continues to be available under such terms.
13 * For more information, see the COPYING file which you should have received
14 * along with this program.
15 *
16 -->
17<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ru" xml:id="dispfiles">
18    <refnamediv>
19        <refname>dispfiles</refname>
20        <refpurpose>выводит на экран свойства открытых файлов</refpurpose>
21    </refnamediv>
22    <refsynopsisdiv>
23        <title>Синтаксис</title>
24        <synopsis>dispfiles([units])</synopsis>
25    </refsynopsisdiv>
26    <refsection>
27        <title>Аргументы</title>
28        <variablelist>
29            <varlistentry>
30                <term>units</term>
31                <listitem>
32                    <para>
33                        вектор целых чисел: номера логических блоков. По умолчанию
34                        все открытые файлы.
35                    </para>
36                </listitem>
37            </varlistentry>
38        </variablelist>
39    </refsection>
40    <refsection>
41        <title>Описание</title>
42        <para>
43            Функция <function>dispfiles</function> выводит на экран свойства файлов,
44            открытых на данный момент.
45        </para>
46    </refsection>
47    <refsection>
48        <title>Примеры</title>
49        <programlisting role="example"><![CDATA[
50dispfiles()
51 ]]></programlisting>
52    </refsection>
53    <refsection role="see also">
54        <title>Смотрите также</title>
55        <simplelist type="inline">
56            <member>
57                <link linkend="file">file</link>
58            </member>
59            <member>
60                <link linkend="mopen">mopen</link>
61            </member>
62        </simplelist>
63    </refsection>
64</refentry>
65
66