gdb/doc: reword a sentence
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sun, 9 May 2021 16:26:53 +0000 (17:26 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 10 May 2021 09:09:33 +0000 (10:09 +0100)
Change this:

  The available watchpoint types represented by constants are defined
  in the gdb module:

to this:

  The available watchpoint types are represented by constants defined
  in the gdb module:

The new version matches a similar line a few lines up the document
which reads:

  The available types are represented by constants defined in the gdb
  module:

gdb/doc/ChangeLog:

* guile.texinfo (Breakpoints In Guile): Reword sentence.
* python.texinfo (Breakpoints In Python): Reword sentence.

gdb/doc/ChangeLog
gdb/doc/guile.texi
gdb/doc/python.texi

index 400d49f2b77e40fca108ae0e3060c16abea8c971..a7714e7c326da52e65b171ee60dabceaca98f337 100644 (file)
@@ -1,3 +1,8 @@
+2021-05-10  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * guile.texinfo (Breakpoints In Guile): Reword sentence.
+       * python.texinfo (Breakpoints In Python): Reword sentence.
+
 2021-05-09  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * python.texinfo (Python Commands): Document 'set debug
index 762a82a08c5f46aa6253bda9cbbb22278507054a..6c613797f22785d75d41d94b055a3d6b5e228817 100644 (file)
@@ -3003,7 +3003,7 @@ Hardware assisted access watchpoint.
 This value cannot be specified when creating the breakpoint.
 @end vtable
 
-The available watchpoint types represented by constants are defined in the
+The available watchpoint types are represented by constants defined in the
 @code{(gdb)} module:
 
 @vtable @code
index 453ddfec03f54aa68fee868b389caac35ab7b75f..4865634537df3587bcaa7102adeed2f681f86f17 100644 (file)
@@ -5500,7 +5500,7 @@ Hardware assisted read watchpoint.
 Hardware assisted access watchpoint.
 @end vtable
 
-The available watchpoint types represented by constants are defined in the
+The available watchpoint types are represented by constants defined in the
 @code{gdb} module:
 
 @vtable @code
This page took 0.033927 seconds and 4 git commands to generate.