Don't use computeroutput tag
authorMatthias Clasen <mclasen@redhat.com>
Sat, 1 Feb 2014 17:09:14 +0000 (12:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 1 Feb 2014 17:09:14 +0000 (12:09 -0500)
There was one occurrence of this.

glib/gbacktrace.c

index 248e7a3..17ded63 100644 (file)
@@ -96,7 +96,7 @@ volatile gboolean glib_on_error_halt = TRUE;
  *     gdk_init() or gtk_init() has been called)
  *
  * Prompts the user with
- * <computeroutput>[E]xit, [H]alt, show [S]tack trace or [P]roceed</computeroutput>.
+ * <literal>[E]xit, [H]alt, show [S]tack trace or [P]roceed</literal>.
  * This function is intended to be used for debugging use only.
  * The following example shows how it can be used together with
  * the g_log() functions.