diff --git a/glib/gmessages.c b/glib/gmessages.c
index 8b43b971e..4fdc5ff0b 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -1343,23 +1343,14 @@ escape_string (GString *string)
*
* The behavior of this log handler can be influenced by a number of
* environment variables:
- *
- *
- * G_MESSAGES_PREFIXED
- *
- * A :-separated list of log levels for which messages should
- * be prefixed by the program name and PID of the aplication.
- *
- *
- *
- * G_MESSAGES_DEBUG
- *
- * A space-separated list of log domains for which debug and
- * informational messages are printed. By default these
- * messages are not printed.
- *
- *
- *
+ *
+ * - G_MESSAGES_PREFIXED: A :-separated list of log levels
+ * for which messages should be prefixed by the program name and PID of
+ * the aplication.
+ *
+ * - G_MESSAGES_DEBUG: A space-separated list of log domains
+ * for which debug and informational messages are printed. By default these
+ * messages are not printed.
*
* stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL,
* %G_LOG_LEVEL_WARNING and %G_LOG_LEVEL_MESSAGE. stdout is used for