From 501994c0ce8f1a502d77b928fa6d4146ec3c4c2a Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 1 Jul 2010 17:22:52 +0000 Subject: [PATCH] * gdb.texinfo (General Query Packets) : Spell out `l' as ell. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c51d005e67..6ca2a27e87 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-07-01 Pedro Alves + + * gdb.texinfo (General Query Packets) : Spell out `l' as ell. + 2010-07-01 Pedro Alves * gdb.texinfo (Convenience Variables): Document $_sdata. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7caad18233..9089477179 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -31744,7 +31744,7 @@ In response to each query, the target will reply with a list of one or more thread IDs, separated by commas. @value{GDBN} will respond to each reply with a request for more thread ids (using the @samp{qs} form of the query), until the target responds -with @samp{l} (lower-case el, for @dfn{last}). +with @samp{l} (lower-case ell, for @dfn{last}). Refer to @ref{thread-id syntax}, for the format of the @var{thread-id} fields.