summaryrefslogtreecommitdiff
path: root/glib/gfileutils.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-05 19:32:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-05 19:32:41 -0500
commit111803030d54b192ca1edd25bbde90130eaff2a9 (patch)
treebfed000cdfdd872011c84ac900f37d50bd5792a1 /glib/gfileutils.c
parent2fda00af3585b9b589268299cf3b27abd891b80f (diff)
downloadglib-111803030d54b192ca1edd25bbde90130eaff2a9.tar.gz
Don't use <envar> in docs
Switch to simpler markdown, `foo`.
Diffstat (limited to 'glib/gfileutils.c')
-rw-r--r--glib/gfileutils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/gfileutils.c b/glib/gfileutils.c
index 99b4bc11e..471f0dccf 100644
--- a/glib/gfileutils.c
+++ b/glib/gfileutils.c
@@ -72,8 +72,8 @@
*
* The pathname argument should be in the GLib file name encoding.
* On POSIX this is the actual on-disk encoding which might correspond
- * to the locale settings of the process (or the
- * <envar>G_FILENAME_ENCODING</envar> environment variable), or not.
+ * to the locale settings of the process (or the `G_FILENAME_ENCODING`
+ * environment variable), or not.
*
* On Windows the GLib file name encoding is UTF-8. Note that the
* Microsoft C library does not use UTF-8, but has separate APIs for
@@ -309,7 +309,7 @@ g_mkdir_with_parents (const gchar *pathname,
* %G_FILE_TEST_IS_SYMLINK will always return %FALSE. Testing for
* %G_FILE_TEST_IS_EXECUTABLE will just check that the file exists and
* its name indicates that it is executable, checking for well-known
- * extensions and those listed in the <envar>PATHEXT</envar> environment variable.
+ * extensions and those listed in the `PATHEXT` environment variable.
*
* Return value: whether a test was %TRUE
**/