rename upstream-man-pages to upstream-doc
[clinton/guile-figl.git] / upstream-man-pages / manglsl / floor.xml
diff --git a/upstream-man-pages/manglsl/floor.xml b/upstream-man-pages/manglsl/floor.xml
deleted file mode 100644 (file)
index f19c21b..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.1b1//EN"\r
-              "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">\r
-<refentry id="floor">\r
-    <refmeta>\r
-        <refmetainfo>\r
-            <copyright>\r
-                <year>2011</year>\r
-                <holder>Khronos Group</holder>\r
-            </copyright>\r
-        </refmetainfo>\r
-        <refentrytitle>floor</refentrytitle>\r
-        <manvolnum>3G</manvolnum>\r
-    </refmeta>\r
-    <refnamediv>\r
-        <refname>floor</refname>\r
-        <refpurpose>find the nearest integer less than or equal to the parameter</refpurpose>\r
-    </refnamediv>\r
-    <refsynopsisdiv><title>Declaration</title>\r
-        <funcsynopsis>\r
-            <funcprototype>\r
-                <funcdef>genType <function>floor</function></funcdef>\r
-                <paramdef>genType <parameter>x</parameter></paramdef>\r
-            </funcprototype>\r
-        </funcsynopsis>\r
-        <funcsynopsis>\r
-            <funcprototype>\r
-                <funcdef>genDType <function>floor</function></funcdef>\r
-                <paramdef>genDType <parameter>x</parameter></paramdef>\r
-            </funcprototype>\r
-        </funcsynopsis>\r
-    </refsynopsisdiv>\r
-    <refsect1 id="parameters"><title>Parameters</title>\r
-        <variablelist>\r
-        <varlistentry>\r
-            <term><parameter>x</parameter></term>\r
-            <listitem>\r
-                <para>\r
-                    Specify the value to evaluate.\r
-                </para>\r
-            </listitem>\r
-        </varlistentry>\r
-        </variablelist>\r
-    </refsect1>\r
-    <refsect1 id="description"><title>Description</title>\r
-        <para>\r
-            <function>floor</function> returns a value equal to the nearest integer that is less than or equal to <parameter>x</parameter>.\r
-        </para>\r
-    </refsect1>\r
-    <refsect1 id="versions"><title>Version Support</title>\r
-        <informaltable frame="topbot">\r
-            #VARTABLECOLS#\r
-                <thead>\r
-                    #FUNCTABLEHEADER#\r
-                    <row>\r
-                        <entry>floor (genType)</entry>#newin11#\r
-                    </row>\r
-                    <row>\r
-                        <entry>floor (genDType)</entry>#newin40#\r
-                    </row>\r
-                </thead>\r
-            </tgroup>\r
-        </informaltable>\r
-    </refsect1>\r
-    <refsect1 id="seealso"><title>See Also</title>\r
-        <para>\r
-            <citerefentry><refentrytitle>trunc</refentrytitle></citerefentry>,\r
-            <citerefentry><refentrytitle>round</refentrytitle></citerefentry>\r
-        </para>\r
-    </refsect1>\r
-    <refsect1 id="Copyright"><title>Copyright</title>\r
-        <para>\r
-            Copyright <trademark class="copyright"></trademark> 2011 Khronos Group. \r
-            This material may be distributed subject to the terms and conditions set forth in \r
-            the Open Publication License, v 1.0, 8 June 1999.\r
-            <ulink url="http://opencontent.org/openpub/">http://opencontent.org/openpub/</ulink>.\r
-        </para>\r
-    </refsect1>\r
-</refentry>\r