This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Forbid run with a core file loaded


On Mon, 19 Jul 2010 20:03:55 +0200, Eli Zaretskii wrote:
> > On Thu, 08 Jul 2010 20:25:46 +0200, Eli Zaretskii wrote:
> > > This part is okay, but please fix the punctuation as shown below:
> > > 
> > >  There are multiple classes of targets such, as: processes, executable files or
> >                                       ^^^^^^^^^^^
> > Isn't it a typo?  But probably it is not, OK, thanks.
> 
> If you mean the comma after "such", then yes, it's better be removed.

Checked-in this one.


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2010-07/msg00108.html

--- src/gdb/doc/ChangeLog	2010/07/19 17:51:24	1.1087
+++ src/gdb/doc/ChangeLog	2010/07/19 18:11:31	1.1088
@@ -1,4 +1,8 @@
 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>
 
 	Make core files the process_stratum.
--- src/gdb/doc/gdb.texinfo	2010/07/19 17:51:24	1.741
+++ src/gdb/doc/gdb.texinfo	2010/07/19 18:11:31	1.742
@@ -15391,7 +15391,7 @@
 @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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]