This is the mail archive of the archer@sourceware.org mailing list for the Archer 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]

Doc fix: unnecessary xref


The documentation for gdb.objfiles has an xref to the page it's on,
which seems gratuitous.
commit 133b4a9bb9164f396edc7090c4f8b206f0ad7b7a
Author: Jim Blandy <jimb@red-bean.com>
Date:   Fri Jul 24 09:42:32 2009 -0700

        gdb/doc
    	* gdb.texinfo (Objfiles In Python): There's no need to
    	@xref{Objfiles In Python} in the documentation for 'objfiles';
    	that's the page we're on.

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 5dbb535..524bfd4 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-24  Jim Blandy  <jimb@red-bean.com>
+
+	* gdb.texinfo (Objfiles In Python): There's no need to
+	@xref{Objfiles In Python} in the documentation for 'objfiles';
+	that's the page we're on.
+
 2009-07-22  Jim Blandy  <jimb@red-bean.com>
 
 	* gdb.texinfo (Auto-loading): Correct name of 'maint show python
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 7307363..8ebe0e6 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -20125,7 +20125,6 @@ this function returns @code{None}.
 @findex gdb.objfiles
 @defun objfiles
 Return a sequence of all the objfiles current known to @value{GDBN}.
-@xref{Objfiles In Python}.
 @end defun
 
 Each objfile is represented by an instance of the @code{gdb.Objfile}

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