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]

[python] Documentation. Remove duplicate const qualified text.


Two paragraphs in the Python GDB documentation are identical with the exception one refers to "const-qualified" and the other a "const qualified". Committed.


2009-01-29 Phil Muldoon <pmuldoon@redhat.com>


      * gdb.texinfo (Types From Inferior): Remove
      duplicate const qualified text.

Regards

Phil

(PS, I'm not sure why the diff munged the output to be two different sections merged together. I did the edit twice to make sure. But the actual "replay" was complete removal of one section. The diff reproduces the same with some oddly different replay results as shown below)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 6a750ec..8916fce 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-29  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * gdb.texinfo (Types From Inferior): Remove
+       duplicate const qualifed text.
+
2009-01-14  Phil Muldoon  <pmuldoon@redhat.com>

       * gdb.texinfo (Python Commands): Remove documentation
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index b4b9b27..c3e633a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18503,11 +18503,6 @@ The type of the field.
@end defmethod

@defmethod Type const
-Return a new @code{gdb.Type} object which represents a @code{const}
-qualified variant of this type.
-@end defmethod
-
-@defmethod Type const
Return a new @code{gdb.Type} object which represents a
@code{const}-qualified variant of this type.
@end defmethod


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