summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-06 08:04:52 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-06 08:07:16 -0500
commit323242578524a1b6355d8451015b14ca75aa0afa (patch)
tree49349b60f68f79652335e9ebd437087ae174f6c0 /gmodule
parenta35d8a4c77fbb9a8dd143742c29c0807ec99412b (diff)
Docs: replace <literal> by `
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/gmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index f6db3a53d..fb04bfc97 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -57,7 +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 <literal>pkg-config --libs gmodule-2.0</literal>.
+ * libraries output by the command `pkg-config --libs gmodule-2.0`.
*
* To use them you must first determine whether dynamic loading
* is supported on the platform by calling g_module_supported().
@@ -75,7 +75,7 @@
*
* If your module introduces static data to common subsystems in the running
* program, e.g. through calling
- * <literal>g_quark_from_static_string ("my-module-stuff")</literal>,
+ * `g_quark_from_static_string ("my-module-stuff")`,
* it must ensure that it is never unloaded, by calling g_module_make_resident().
*
* Example: Calling a function defined in a GModule