From: Eli Zaretskii <eliz@gnu.org>
To: Vladimir Prus <vladimir@codesourcery.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA] Unify async setting.
Date: Fri, 15 Aug 2008 17:22:00 -0000 [thread overview]
Message-ID: <uvdy2dwkk.fsf@gnu.org> (raw)
In-Reply-To: <200808152107.19270.vladimir@codesourcery.com>
> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Fri, 15 Aug 2008 21:07:19 +0400
>
> [doc/ChangeLog]
> * gdb.texinfo (Background execution): Adjust example
> (GDB/MI Miscellaneous Commands): Document -list-target-features.
This part is okay, except that...
> +@itemize @minus
> +@item
> +@samp{async}---indicates that the target is capable of asynchronous
> +command execution, which means that GDB will accept further commands
> +even while the target is running.
> +
> +@end itemize
You want "@table @samp" here, not @itemize. Like this:
@table @samp
@item async
Indicates that the target is capable of asynchronous command
execution, which means that GDB will accept further commands
while the debuggee is running.
@itemize is for ordered lists, like when you want to show several
alternatives or a sequence of actions. When you want to describe
several attributes, you need to distinguish between the attribute and
its description, which is what @table is for.
(Note that I removed the "even" part.) And please use @value{GDBN}
instead of a literal "GDB".
next prev parent reply other threads:[~2008-08-15 17:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-15 17:07 Vladimir Prus
2008-08-15 17:22 ` Eli Zaretskii [this message]
2008-08-15 17:30 ` Marc Khouzam
2008-08-15 18:07 ` Vladimir Prus
2008-08-16 20:46 ` Daniel Jacobowitz
2008-08-19 13:08 ` Vladimir Prus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=uvdy2dwkk.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=gdb-patches@sources.redhat.com \
--cc=vladimir@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox