summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 17:48:33 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 17:48:33 -0500
commit2dcbe27a06d2a0ef4c3ba507d41243d1c6565117 (patch)
treeba0d3907c28bb3e0f8590cf17c6da0fae24adb4f /gdk/gdk.c
parent7dcbfe119f06b758af9834a2f626be936f9f6734 (diff)
downloadgtk+-2dcbe27a06d2a0ef4c3ba507d41243d1c6565117.tar.gz
docs: don't use <option>
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 7ec90f7e2e..075f7c07d3 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -340,7 +340,7 @@ gdk_parse_args (int *argc,
*
* Gets the name of the display, which usually comes from the
* `DISPLAY` environment variable or the
- * <option>--display</option> command line option.
+ * `--display` command line option.
*
* Returns: the name of the display.
*
@@ -1098,7 +1098,7 @@ gdk_threads_add_timeout_seconds (guint interval,
* gdk_get_program_class:
*
* Gets the program class. Unless the program class has explicitly
- * been set with gdk_set_program_class() or with the <option>--class</option>
+ * been set with gdk_set_program_class() or with the `--class`
* commandline option, the default value is the program name (determined
* with g_get_prgname()) with the first character converted to uppercase.
*