Fix documentation of styles.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Mar 2019 19:42:54 +0000 (21:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Mar 2019 19:42:54 +0000 (21:42 +0200)
gdb/doc/ChangeLog:
2019-03-02  Eli Zaretskii  <eliz@gnu.org>

* gdb.texinfo (Output Styling): Fix typos.  Document the default
foreground colors of the available styles.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index a5d1c214cb12344bdc682db1c4feadbbb825b201..6e95f93b656d58ddc0246112ec81ab3ffde0fdc0 100644 (file)
@@ -1,3 +1,8 @@
+2019-03-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * gdb.texinfo (Output Styling): Fix typos.  Document the default
+       foreground colors of the available styles.
+
 2019-02-27  Kevin Buettner  <kevinb@redhat.com>
 
        * gdb.texinfo (Configure Options): Document minimum python
index 8b61cc1ba320112da7eba360879b52da5541a805..f2028f86b0dfcf3bd58a80bfbb5041eb875dc124 100644 (file)
@@ -24539,13 +24539,13 @@ For example, the style of file names can be controlled using the
 @item set style filename background @var{color}
 Set the background to @var{color}.  Valid colors are @samp{none}
 (meaning the terminal's default color), @samp{black}, @samp{red},
-@samp{green}, @samp{yellow}, @samp{vlue}, @samp{magenta}, @samp{cyan},
+@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
 and@samp{white}.
 
 @item set style filename foreground @var{color}
 Set the foreground to @var{color}.  Valid colors are @samp{none}
 (meaning the terminal's default color), @samp{black}, @samp{red},
-@samp{green}, @samp{yellow}, @samp{vlue}, @samp{magenta}, @samp{cyan},
+@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
 and@samp{white}.
 
 @item set style filename intensity @var{value}
@@ -24556,19 +24556,23 @@ Set the intensity to @var{value}.  Valid intensities are @samp{normal}
 The style-able objects are:
 @table @code
 @item filename
-Control the styling of file names.
+Control the styling of file names.  By default, this style's
+foreground color is green.
 
 @item function
 Control the styling of function names.  These are managed with the
-@code{set style function} family of commands.
+@code{set style function} family of commands.  By default, this
+style's foreground color is yellow.
 
 @item variable
 Control the styling of variable names.  These are managed with the
-@code{set style variable} family of commands.
+@code{set style variable} family of commands.  By default, this style's
+foreground color is cyan.
 
 @item address
 Control the styling of addresses.  These are managed with the
-@code{set style address} family of commands.
+@code{set style address} family of commands.  By default, this style's
+foreground color is blue.
 @end table
 
 @node Numbers
This page took 0.079301 seconds and 4 git commands to generate.