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] Fix gdb.texinfo more


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

commit d726cb5d3784f7ed96318a2214ea777a86f9faad
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Jan 15 13:06:45 2018 +0000

    Fix gdb.texinfo more
    
    Add incorrectly removed @pindex back.
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (gdb-add-index man): Add pindex.

Diff:
---
 gdb/doc/ChangeLog   | 4 ++++
 gdb/doc/gdb.texinfo | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 1228f38..375f24d 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,9 @@
 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
+	* gdb.texinfo (gdb-add-index man): Add pindex.
+
+2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
 	* gdb.texinfo (set cwd): Add period.
 	(gdb-add-index man): Move anchor.
 
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 75789a2..9ddfba5 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -43442,6 +43442,7 @@ Richard M. Stallman and Roland H. Pesch, July 1991.
 
 @node gdb-add-index man
 @heading gdb-add-index
+@pindex gdb-add-index
 @anchor{gdb-add-index}
 
 @c man title gdb-add-index Add index files to speed up GDB


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