summaryrefslogtreecommitdiff
path: root/gmodule/gmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'gmodule/gmodule.c')
-rw-r--r--gmodule/gmodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 56c0e0f01..bacb2df5e 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -57,8 +57,7 @@
* well as Windows platforms via DLLs.
*
* A program which wants to use these functions must be linked to the
- * libraries output by the command
- * <command>pkg-config --libs gmodule-2.0</command>.
+ * libraries output by the command <literal>pkg-config --libs gmodule-2.0</literal>.
*
* To use them you must first determine whether dynamic loading
* is supported on the platform by calling g_module_supported().