summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-17 01:42:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-17 01:42:03 +0000
commita64d63c59ab26dce56143a886755b78317a22d53 (patch)
tree803ba5e133c0ee92489fbd05c26fb07302edb2bd
parent1af564b1751cdd047d961fe3151527a5786f99f7 (diff)
Improve wording. (#161484, Christian Biere)
2004-12-16 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/version.sgml: Improve wording. (#161484, Christian Biere)
-rw-r--r--docs/reference/ChangeLog3
-rw-r--r--docs/reference/glib/tmpl/version.sgml4
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 8cb97fd04..8d55d6b36 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,8 @@
2004-12-16 Matthias Clasen <mclasen@redhat.com>
+ * glib/tmpl/version.sgml: Improve wording. (#161484,
+ Christian Biere)
+
* === Released 2.6.0 ===
2004-12-15 Matthias Clasen <mclasen@redhat.com>
diff --git a/docs/reference/glib/tmpl/version.sgml b/docs/reference/glib/tmpl/version.sgml
index 1154cf18c..0a2feda13 100644
--- a/docs/reference/glib/tmpl/version.sgml
+++ b/docs/reference/glib/tmpl/version.sgml
@@ -117,8 +117,8 @@ at application run time.
<!-- ##### MACRO GLIB_CHECK_VERSION ##### -->
<para>
Checks the version of the GLib library.
-It returns %TRUE if the GLib library is the same or newer than the given
-version.
+Returns %TRUE if the version of the GLib header files is the same
+as or newer than the passed-in version.
<example>
<title>Checking the version of the GLib library</title>