1 <?xml version="1.0" encoding="UTF-8"?>
2 <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="en" xml:id="whereis">
4 <refname>whereis</refname>
5 <refpurpose>name of library containing a function</refpurpose>
8 <title>Calling Sequence</title>
9 <synopsis>[librname]=whereis(function-name)</synopsis>
12 <title>Description</title>
14 returns as a character string
15 the name of the library containing the function <literal>function-name</literal>.
16 The path of the library is returned by typing <literal>"librname"</literal>.
20 <title>Exemples</title>
21 <programlisting role="example"><![CDATA[
22 whereis("ls") // Should return fileiolib
23 whereis("plot") // Should return graphicslib
27 <refsection role="see also">
28 <title>See Also</title>
29 <simplelist type="inline">
31 <link linkend="lib">lib</link>