From 0c6a1ee5310d872ad1f2bfdbc54df721a239c05f Mon Sep 17 00:00:00 2001
From: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
Date: Thu, 5 Oct 2000 15:56:41 +0000
Subject: [PATCH] Fixed #10086.

2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib-sections.txt, tmpl/modules.sgml: Fixed #10086.
---
 docs/reference/glib/glib-sections.txt | 1 +
 docs/reference/glib/glib/ChangeLog    | 4 ++++
 docs/reference/glib/tmpl/modules.sgml | 6 ++++++
 3 files changed, 11 insertions(+)

diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt
index aeb80ca71..06a630ea3 100644
--- a/docs/reference/glib/glib-sections.txt
+++ b/docs/reference/glib/glib-sections.txt
@@ -960,6 +960,7 @@ g_scanner_foreach_symbol
 <SECTION>
 <TITLE>Dynamic Loading of Modules</TITLE>
 <FILE>modules</FILE>
+<INCLUDE>gmodule.h</INCLUDE>
 GModule
 g_module_supported
 g_module_build_path
diff --git a/docs/reference/glib/glib/ChangeLog b/docs/reference/glib/glib/ChangeLog
index caf9f48bc..c0d67c8a8 100644
--- a/docs/reference/glib/glib/ChangeLog
+++ b/docs/reference/glib/glib/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+	* glib-sections.txt, tmpl/modules.sgml: Fixed #10086.
+
 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
 
 	* Moved into glib source tree, updated glib-sections.txt
diff --git a/docs/reference/glib/tmpl/modules.sgml b/docs/reference/glib/tmpl/modules.sgml
index f3d0ba83e..9e33e67a1 100644
--- a/docs/reference/glib/tmpl/modules.sgml
+++ b/docs/reference/glib/tmpl/modules.sgml
@@ -12,6 +12,12 @@ The current implementation supports all systems that provide
 an implementation of dlopen() (e.g. Linux/Sun), as well as HP-UX via its
 shl_load() mechanism, and Windows platforms via DLLs.
 </para>
+
+<para>
+A program, which wants to use these functions must be linked to the
+libraries output by the command "glib-config --libs gmodule".
+</para>
+
 <para>
 To use them you must first determine whether dynamic loading
 is supported on the platform by calling g_module_supported().