summaryrefslogtreecommitdiff
path: root/gdk/gdkdisplaymanager.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-03 16:20:00 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 16:58:53 -0500
commita479ee5de5c1c58d82657a30aa01f7c3b885f4cc (patch)
treeb41731601996b8d7d1e15d77a6ea4b1e250fd4b8 /gdk/gdkdisplaymanager.c
parent0d0aadf901e88dd7a45ee550b22da55c30e15eff (diff)
downloadgtk+-a479ee5de5c1c58d82657a30aa01f7c3b885f4cc.tar.gz
docs: use markdown for <envar> tags
Diffstat (limited to 'gdk/gdkdisplaymanager.c')
-rw-r--r--gdk/gdkdisplaymanager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c
index e53556a303..98700373d3 100644
--- a/gdk/gdkdisplaymanager.c
+++ b/gdk/gdkdisplaymanager.c
@@ -232,7 +232,7 @@ static const gchar *allowed_backends;
* followed by the Quartz backend, and then all
* others.
*
- * If the <envar>GDK_BACKEND</envar> environment variable
+ * If the `GDK_BACKEND` environment variable
* is set, it determines what backends are tried in what
* order, while still respecting the set of allowed backends
* that are specified by this function.
@@ -286,7 +286,7 @@ static GdkBackend gdk_backends[] = {
* Gets the singleton #GdkDisplayManager object.
*
* When called for the first time, this function consults the
- * <envar>GDK_BACKEND</envar> environment variable to find out which
+ * `GDK_BACKEND` environment variable to find out which
* of the supported GDK backends to use (in case GDK has been compiled
* with multiple backends). Applications can use gdk_set_allowed_backends()
* to limit what backends can be used.