gdb/doc: down case contents of @var
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 21 Jan 2021 18:30:00 +0000 (18:30 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 22 Jan 2021 09:05:32 +0000 (09:05 +0000)
After a discussion on a recent patch it was pointed out that the
contents of a @var should (generally) be lower case.  I took a look
through the GDB manual and there are a small number of places where
the contents are currently upper case, but one in particular seemed
like an obvious candidate for being down cased, so lets do that.

gdb/doc/ChangeLog:

* gdb.texinfo (PowerPC Embedded): Down case contents of @var.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 200239c2068f426c969dd76961529193ee95a442..50b5d017d15e7fad3c2b770704512343f9dfb636 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-22  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.texinfo (PowerPC Embedded): Down case contents of @var.
+
 2021-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * gdb.texinfo (Commands): Update menu.
index c9b432c0eb647068e08645179ef4ee465d169816..b4133413061dbe087302c960e8b725a1569be201 100644 (file)
@@ -24754,8 +24754,8 @@ Show whether OpenRISC-specific debugging messages are enabled.
 implement in hardware simple hardware watchpoint conditions of the form:
 
 @smallexample
-(@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
-  if  @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
+(@value{GDBP}) watch @var{address|variable} \
+  if  @var{address|variable} == @var{constant expression}
 @end smallexample
 
 The DVC register will be automatically used when @value{GDBN} detects