public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] doc: Fix copy-pasto in Z0 packet documentation
@ 2017-07-31 14:12 Simon Marchi
  2017-08-09 20:17 ` Simon Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Marchi @ 2017-07-31 14:12 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

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
 
-- 
2.7.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: Fix copy-pasto in Z0 packet documentation
  2017-07-31 14:12 [PATCH] doc: Fix copy-pasto in Z0 packet documentation Simon Marchi
@ 2017-08-09 20:17 ` Simon Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Marchi @ 2017-08-09 20:17 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-09 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-31 14:12 [PATCH] doc: Fix copy-pasto in Z0 packet documentation Simon Marchi
2017-08-09 20:17 ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).