Correct the documentation for G_MINFLOAT and G_MINDOUBLE. (#114513,
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 6 Jun 2003 21:20:34 +0000 (21:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 6 Jun 2003 21:20:34 +0000 (21:20 +0000)
* glib/tmpl/limits.sgml: Correct the documentation for
G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)

docs/reference/ChangeLog
docs/reference/glib/tmpl/limits.sgml

index 890efa97d36cb7e30821f78553841b39e66a74de..89b37b9614ab3413a64103a9d0887c4b9e985709 100644 (file)
@@ -1,5 +1,8 @@
 2003-06-06  Matthias Clasen  <maclas@gmx.de>
 
+       * glib/tmpl/limits.sgml: Correct the documentation for
+       G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
+
        * glib/glib-sections.txt: Add g_vasprintf().
 
        * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to
index 684c5ba6bd04eb10778b9a5131bbe7c73b99a0e1..a82ba7cf09aa80bdbde3096109a3fedd4c1829ef 100644 (file)
@@ -101,9 +101,12 @@ The maximum value which can be held in a #guint64.
 
 <!-- ##### MACRO G_MINFLOAT ##### -->
 <para>
-The minimum value which can be held in a #gfloat.
+The minimum positive value which can be held in a #gfloat.
+</para>
+<para>
+If you are interested in the smallest value which can be held in a #gfloat,
+use -G_MAX_FLOAT.
 </para>
-
 
 
 <!-- ##### MACRO G_MAXFLOAT ##### -->
@@ -115,7 +118,11 @@ The maximum value which can be held in a #gfloat.
 
 <!-- ##### MACRO G_MINDOUBLE ##### -->
 <para>
-The minimum value which can be held in a #gdouble.
+The minimum positive value which can be held in a #gdouble.
+</para>
+<para>
+If you are interested in the smallest value which can be held in a #gdouble,
+use -G_MAX_DOUBLE.
 </para>