From 802021d46df5d82ec58de8ee0b769590b7d1e4df Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Sun, 9 May 2021 17:26:53 +0100 Subject: [PATCH] gdb/doc: reword a sentence 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 | 5 +++++ gdb/doc/guile.texi | 2 +- gdb/doc/python.texi | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 400d49f2b77..a7714e7c326 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2021-05-10 Andrew Burgess + + * guile.texinfo (Breakpoints In Guile): Reword sentence. + * python.texinfo (Breakpoints In Python): Reword sentence. + 2021-05-09 Andrew Burgess * python.texinfo (Python Commands): Document 'set debug diff --git a/gdb/doc/guile.texi b/gdb/doc/guile.texi index 762a82a08c5..6c613797f22 100644 --- a/gdb/doc/guile.texi +++ b/gdb/doc/guile.texi @@ -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 diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 453ddfec03f..4865634537d 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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 -- 2.30.2