This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove periods from Python section titles


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=849cba3b83f8b808521ef5b1aaa8fb33c04bd9fa

commit 849cba3b83f8b808521ef5b1aaa8fb33c04bd9fa
Author: Tom Tromey <tom@tromey.com>
Date:   Sat Sep 8 14:00:48 2018 -0600

    Remove periods from Python section titles
    
    This removes the remaining trailing periods from the Python section
    titles.  I thought these looked weird and I don't this is generally
    done in the gdb documentation.
    
    gdb/doc/ChangeLog
    2018-09-10  Tom Tromey  <tom@tromey.com>
    
    	* python.texi (Frames In Python, Blocks In Python)
    	(Symbols In Python, Symbol Tables In Python)
    	(Lazy Strings In Python): Remove periods from section titles.

Diff:
---
 gdb/doc/ChangeLog   |  6 ++++++
 gdb/doc/python.texi | 10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 8a1341c..04e8250 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,11 @@
 2018-09-10  Tom Tromey  <tom@tromey.com>
 
+	* python.texi (Frames In Python, Blocks In Python)
+	(Symbols In Python, Symbol Tables In Python)
+	(Lazy Strings In Python): Remove periods from section titles.
+
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
 	* python.texi (Pretty Printing API): Swap sentence order.
 
 2018-09-10  Tom Tromey  <tom@tromey.com>
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 545e0c3..5e2ab76 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -4223,7 +4223,7 @@ from a different place.
 @end defun
 
 @node Frames In Python
-@subsubsection Accessing inferior stack frames from Python.
+@subsubsection Accessing inferior stack frames from Python
 
 @cindex frames in python
 When the debugged program stops, @value{GDBN} is able to analyze its call
@@ -4425,7 +4425,7 @@ Stack}.
 @end defun
 
 @node Blocks In Python
-@subsubsection Accessing blocks from Python.
+@subsubsection Accessing blocks from Python
 
 @cindex blocks in python
 @tindex gdb.Block
@@ -4558,7 +4558,7 @@ writable.
 @end defvar
 
 @node Symbols In Python
-@subsubsection Python representation of Symbols.
+@subsubsection Python representation of Symbols
 
 @cindex symbols in python
 @tindex gdb.Symbol
@@ -4798,7 +4798,7 @@ The value's address is a computed location.
 @end vtable
 
 @node Symbol Tables In Python
-@subsubsection Symbol table representation in Python.
+@subsubsection Symbol table representation in Python
 
 @cindex symbol tables in python
 @tindex gdb.Symtab
@@ -5274,7 +5274,7 @@ is not writable.
 @end defvar
 
 @node Lazy Strings In Python
-@subsubsection Python representation of lazy strings.
+@subsubsection Python representation of lazy strings
 
 @cindex lazy strings in python
 @tindex gdb.LazyString


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]