summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-01 15:26:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-01 15:26:38 -0500
commit306dfb32923ddde09fb72044aa8aa1349c969569 (patch)
treeb35419d9213e6e347c9a672c8984b1dba71b4f3b /gmodule
parent8bdc089ca46f20d08487d5c1b41610459a9b4b51 (diff)
downloadglib-306dfb32923ddde09fb72044aa8aa1349c969569.tar.gz
Drop use of the command tag
It is more useful to link to the included man page, anyway.
Diffstat (limited to 'gmodule')
-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().