1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) ENPC - Jean-Philippe Chancelier
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
13 <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" version="5.0-subset Scilab" xml:lang="en" xml:id="xend">
15 <pubdate>$LastChangedDate$</pubdate>
18 <refname>xend</refname>
19 <refpurpose> close a graphics session</refpurpose>
22 <title>Calling Sequence</title>
23 <synopsis>xend()</synopsis>
26 <title>Description</title>
27 <para><literal>xend</literal> is used to close a graphics session. Under the Postscript,
28 Xfig or Gif drivers <literal>xend</literal> closes the
29 file which was opened by <literal>xinit</literal>.</para>
32 <title>Examples</title>
33 <programlisting role="example"><![CDATA[
44 <title>See Also</title>
45 <simplelist type="inline">
47 <link linkend="xbasimp">xbasimp</link>
50 <link linkend="xend">xend</link>
55 <title>Authors</title>