doc: Fix copy-pasto in Z0 packet documentation

Message ID 1501510355-15437-1-git-send-email-simon.marchi@ericsson.com
State New, archived
Headers

Commit Message

Simon Marchi July 31, 2017, 2:12 p.m. UTC
  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/gdb.texinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Simon Marchi Aug. 9, 2017, 8:16 p.m. UTC | #1
On 2017-07-31 04:12 PM, Simon Marchi wrote:
> 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/gdb.texinfo | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
> index 17b4c69..d098eba 100644
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -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
>  
> 

I pushed this in.

Simon
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 17b4c69..d098eba 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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