diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 17:48:33 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 17:48:33 -0500 |
commit | 2dcbe27a06d2a0ef4c3ba507d41243d1c6565117 (patch) | |
tree | ba0d3907c28bb3e0f8590cf17c6da0fae24adb4f /gtk | |
parent | 7dcbfe119f06b758af9834a2f626be936f9f6734 (diff) | |
download | gtk+-2dcbe27a06d2a0ef4c3ba507d41243d1c6565117.tar.gz |
docs: don't use <option>
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/deprecated/gtkrc.c | 2 | ||||
-rw-r--r-- | gtk/gtkmain.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c index c35635e025..d7eb201ea1 100644 --- a/gtk/deprecated/gtkrc.c +++ b/gtk/deprecated/gtkrc.c @@ -86,7 +86,7 @@ * and `.gtkrc-3.0` in the users home directory. * (`SYSCONFDIR` defaults to * `/usr/local/etc`. It can be changed with the - * <option>--prefix</option> or <option>--sysconfdir</option> options when + * `--prefix` or `--sysconfdir` options when * configuring GTK+.) * * The set of these <firstterm>default</firstterm> files diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index fe19e42655..9234782bbc 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -840,19 +840,19 @@ gtk_get_option_group (gboolean open_default_display) * <parameter>argv</parameter> parameter of main(), or %NULL. Any options * understood by GTK+ are stripped before return. * @parameter_string: (allow-none): a string which is displayed in - * the first line of <option>--help</option> output, after + * the first line of `--help` output, after * <literal><replaceable>programname</replaceable> [OPTION...]</literal> * @entries: (array zero-terminated=1): a %NULL-terminated array * of #GOptionEntrys describing the options of your program * @translation_domain: a translation domain to use for translating - * the <option>--help</option> output for the options in @entries + * the `--help` output for the options in @entries * and the @parameter_string with gettext(), or %NULL * @error: a return location for errors * * This function does the same work as gtk_init_check(). * Additionally, it allows you to add your own commandline options, * and it automatically generates nicely formatted - * <option>--help</option> output. Note that your program will + * `--help` output. Note that your program will * be terminated after writing out the help output. * * Returns: %TRUE if the windowing system has been successfully |