summaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2010-07-01 17:22:52 +0000
committerPedro Alves <pedro@codesourcery.com>2010-07-01 17:22:52 +0000
commit8e53b7e48fadc5fd66145d4cd98e7618a78bf225 (patch)
tree2ba6a7454348b272429ce554c320da9fe8a320df /gdb/doc/gdb.texinfo
parent5a363c4390c40cee9db4d8e2093bbd534c345e1e (diff)
downloadgdb-8e53b7e48fadc5fd66145d4cd98e7618a78bf225.tar.gz
* gdb.texinfo (General Query Packets) <qfThreadInfo,
qsThreadInfo>: Spell out `l' as ell.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 7caad182338..9089477179c 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.