summaryrefslogtreecommitdiff
path: root/gio/gfiledescriptorbased.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-05 20:17:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-05 20:17:46 -0500
commit0cc20b7e0b8376a1b7c14a1a712d1f22a8c0eac0 (patch)
tree9c226ebd2e7f5c1f08bdae57d60f10da4331eca9 /gio/gfiledescriptorbased.c
parent111803030d54b192ca1edd25bbde90130eaff2a9 (diff)
Don't use <filename> in docs
Switch to simpler markdown, `foo`.
Diffstat (limited to 'gio/gfiledescriptorbased.c')
-rw-r--r--gio/gfiledescriptorbased.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gfiledescriptorbased.c b/gio/gfiledescriptorbased.c
index a7829cf28..a0ae22241 100644
--- a/gio/gfiledescriptorbased.c
+++ b/gio/gfiledescriptorbased.c
@@ -32,9 +32,9 @@
* #GFileDescriptorBased is implemented by streams (implementations of
* #GInputStream or #GOutputStream) that are based on file descriptors.
*
- * Note that <filename>&lt;gio/gfiledescriptorbased.h&gt;</filename> belongs to
- * the UNIX-specific GIO interfaces, thus you have to use the
- * <filename>gio-unix-2.0.pc</filename> pkg-config file when using it.
+ * Note that `<gio/gfiledescriptorbased.h>` belongs to the UNIX-specific
+ * GIO interfaces, thus you have to use the `gio-unix-2.0.pc` pkg-config
+ * file when using it.
*
* Since: 2.24
*