doc: Fix copy-pasto in Z0 packet documentation
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 9 Aug 2017 20:16:14 +0000 (22:16 +0200)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 9 Aug 2017 20:16:14 +0000 (22:16 +0200)
The documentation for the cmd_list field of the Z0 packet refers to its
content as a conditional expression, which seems like a copy-paste error
from the cond_list field.

gdb/doc/ChangeLog:

* gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
conditional expression.

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

index 6a3d0610a2ca1a45b6c725aec0016e7f811e8c5f..eb6a73fc014c229c03672af5a190b53f00139b69 100644 (file)
@@ -1,3 +1,8 @@
+2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
+       conditional expression.
+
 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
 
        * agentexpr.texi (rot): Fix symbolic description, improve
index 17b4c696d95b4bdcc95164703bde16de5bcdd266..d098eba1e83fa90bf808c682af7a36a7132f4bbf 100644 (file)
@@ -35966,7 +35966,7 @@ separators.  Each expression has the following form:
 
 @item X @var{len},@var{expr}
 @var{len} is the length of the bytecode expression and @var{expr} is the
-actual conditional expression in bytecode form.
+actual commands expression in bytecode form.
 
 @end table
 
This page took 0.046896 seconds and 4 git commands to generate.