From fc1e2bc9f05d26fcf820b7e456424eeffe0334c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Ben=C3=ADtez=20Le=C3=B3n?= Date: Tue, 30 Jul 2019 23:19:36 -0400 Subject: [PATCH] docs: tag enclose 'all' and 'help' values so they are not confused as being normal text. Seen at: https://developer.gnome.org/glib/stable/glib-running.html --- docs/reference/glib/running.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/glib/running.xml b/docs/reference/glib/running.xml index 86765c868..989f5b41b 100644 --- a/docs/reference/glib/running.xml +++ b/docs/reference/glib/running.xml @@ -156,8 +156,8 @@ How to run and debug your GLib application - The special value all can be used to turn on all debug options. - The special value help can be used to print all available options. + The special value all can be used to turn on all debug options. + The special value help can be used to print all available options. @@ -207,8 +207,8 @@ How to run and debug your GLib application - The special value all can be used to turn on all options. - The special value help can be used to print all available options. + The special value all can be used to turn on all options. + The special value help can be used to print all available options.