From: Sergio Durigan Junior Date: Wed, 21 Jun 2017 01:30:11 +0000 (-0400) Subject: Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation X-Git-Tag: users/hjl/linux/release/2.28.51.0.1~1^2~9^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb83230b4d5c0129174937846ded9eaa9f78ff28;p=thirdparty%2Fbinutils-gdb.git Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation 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 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. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index aa4a9ce2f06..8c7c3dae0b8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2017-06-20 Sergio Durigan Junior + + 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 * gdb.texinfo (Optional Messages about Internal Happenings): diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi index 9ae980e38c9..0d41f11c5eb 100644 --- a/gdb/doc/guile.texi +++ b/gdb/doc/guile.texi @@ -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 diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index ee4f7a21d89..32d7939e669 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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