Drop use of the command tag

It is more useful to link to the included man page, anyway.
This commit is contained in:
Matthias Clasen
2014-02-01 15:26:38 -05:00
parent 8bdc089ca4
commit 306dfb3292
5 changed files with 23 additions and 25 deletions

View File

@@ -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().