Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
@ 2017-06-21  1:32 Sergio Durigan Junior
  2017-06-21  1:34 ` Sergio Durigan Junior
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Durigan Junior @ 2017-06-21  1:32 UTC (permalink / raw)
  To: GDB Patches; +Cc: Sergio Durigan Junior

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   | 7 +++++++
 gdb/doc/guile.texi  | 2 +-
 gdb/doc/python.texi | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index aa4a9ce..8c7c3da 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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):
diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi
index 9ae980e..0d41f11 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 ee4f7a2..32d7939 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
-- 
2.9.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
  2017-06-21  1:32 [PATCH] Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation Sergio Durigan Junior
@ 2017-06-21  1:34 ` Sergio Durigan Junior
  0 siblings, 0 replies; 2+ messages in thread
From: Sergio Durigan Junior @ 2017-06-21  1:34 UTC (permalink / raw)
  To: GDB Patches

On Tuesday, June 20 2017, I wrote:

> Both Python and Guile documentations misspelled
> SYMBOL_FUNCTIONS_DOMAIN, writing SYMBOL_FUNCTION_DOMAIN instead.  This
> obvious commit fixes it.

Forgot to put [obvious/commit] in the subject line, but I've already
pushed to the master branch:

eb83230b4d5c0129174937846ded9eaa9f78ff28

Thanks,

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-21  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  1:32 [PATCH] Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation Sergio Durigan Junior
2017-06-21  1:34 ` Sergio Durigan Junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox