* gdb.texinfo (Active Targets): Fix wrong comma placement.
This commit is contained in:
Jan Kratochvil 2010-07-19 18:11:31 +00:00
parent c0edd9edad
commit 8ea5bce590
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.texinfo (Active Targets): Fix wrong comma placement.
2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
Eli Zaretskii <eliz@gnu.org>

View File

@ -15391,7 +15391,7 @@ and @code{show architecture}.
@cindex active targets
@cindex multiple targets
There are multiple classes of targets such, as: processes, executable files or
There are multiple classes of targets such as: processes, executable files or
recording sessions. Core files belong to the process class, making core file
and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
on multiple active targets, one in each class. This allows you to (for