This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit/doco] Fix unmatched @end table in gdb.texinfo.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org, pmuldoon at redhat dot com, brobecker at adacore dot com
- Date: Tue, 29 Jun 2010 20:36:18 +0300
- Subject: Re: [commit/doco] Fix unmatched @end table in gdb.texinfo.
- References: <1277786149-11066-1-git-send-email-brobecker@adacore.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: pmuldoon@redhat.com, Joel Brobecker <brobecker@adacore.com>
> Date: Mon, 28 Jun 2010 21:35:49 -0700
>
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -21118,6 +21118,7 @@ does not use that identifier.
>
> A @code{gdb.InferiorThread} object has the following methods:
>
> +@table @code
> @defmethod InferiorThread switch
> This changes @value{GDBN}'s currently selected thread to the one represented
> by this object.
Yes, this is the right fix. Thanks.