Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 21 Jun 2017 01:30:11 +0000 (21:30 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Wed, 21 Jun 2017 01:31:59 +0000 (21:31 -0400)
Both Python and Guile documentations misspelled
SYMBOL_FUNCTIONS_DOMAIN, writing SYMBOL_FUNCTION_DOMAIN instead.  This
obvious commit fixes it.

gdb/doc/ChangeLog:
2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>

PR gdb/21606
* python.texi (Python representation of Symbols.): Replace
SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
* guile.texi (Guile representation of Symbols.): Likewise.

gdb/doc/ChangeLog
gdb/doc/guile.texi
gdb/doc/python.texi

index aa4a9ce2f061b5661433d6244ae78e909aba90fc..8c7c3dae0b857798447d29aef7ee95deb03745d9 100644 (file)
@@ -1,3 +1,10 @@
+2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR gdb/21606
+       * python.texi (Python representation of Symbols.): Replace
+       SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
+       * guile.texi (Guile representation of Symbols.): Likewise.
+
 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
 
        * gdb.texinfo (Optional Messages about Internal Happenings):
index 9ae980e38c9300163bdf72e329c22fc7ca6dfd70..0d41f11c5ebeb95a115d6b5d4d603946c7d573e6 100644 (file)
@@ -2769,7 +2769,7 @@ This domain contains names of labels (for gotos).
 This domain holds a subset of the @code{SYMBOLS_VAR_DOMAIN}; it
 contains everything minus functions and types.
 
-@item SYMBOL_FUNCTION_DOMAIN
+@item SYMBOL_FUNCTIONS_DOMAIN
 This domain contains all functions.
 
 @item SYMBOL_TYPES_DOMAIN
index ee4f7a21d890d6ac6f32533456faecf7badec62c..32d7939e669d10751e415c5a50b8711c7060cc4b 100644 (file)
@@ -4559,7 +4559,7 @@ This domain holds a subset of the @code{SYMBOLS_VAR_DOMAIN}; it
 contains everything minus functions and types.
 
 @vindex SYMBOL_FUNCTIONS_DOMAIN
-@item gdb.SYMBOL_FUNCTION_DOMAIN
+@item gdb.SYMBOL_FUNCTIONS_DOMAIN
 This domain contains all functions.
 
 @vindex SYMBOL_TYPES_DOMAIN
This page took 0.034707 seconds and 4 git commands to generate.