From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19782 invoked by alias); 19 Aug 2008 13:14:31 -0000 Received: (qmail 19774 invoked by uid 22791); 19 Aug 2008 13:14:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Aug 2008 13:13:56 +0000 Received: (qmail 7675 invoked from network); 19 Aug 2008 13:13:54 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Aug 2008 13:13:54 -0000 From: Vladimir Prus Date: Tue, 19 Aug 2008 13:14:00 -0000 Subject: [RFA] Adjust -list-features doc formatting To: gdb-patches@sources.redhat.com X-TUID: 91e7d3f28b1dfb23 X-Length: 1666 X-UID: 299 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808191714.07332.vladimir@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00516.txt.bz2 Eli, when reviewing my prior -list-target-features patch, you've suggested using a @table thing for presenting a list of features. I've noticed that for the -list-features command, introduced some time ago, docs uses @itemize -- presumably we need to adjust that one too. How about the attached patch? - Volodya [doc/ChangeLog] * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table for possible features of -list-features. --- gdb/doc/gdb.texinfo | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 100d795..61e9020 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22624,18 +22624,17 @@ Example output: The current list of features is: -@itemize @minus -@item -@samp{frozen-varobjs}---indicates presence of the -@code{-var-set-frozen} command, as well as possible presense of the -@code{frozen} field in the output of @code{-varobj-create}. -@item -@samp{pending-breakpoints}---indicates presence of the @code{-f} -option to the @code{-break-insert} command. -@item -@samp{thread-info}---indicates presence of the @code{-thread-info} command. +@table @samp +@item frozen-varobjs +Indicates presence of the @code{-var-set-frozen} command, as well +as possible presense of the @code{frozen} field in the output +of @code{-varobj-create}. +@item pending-breakpoints +Indicates presence of the @code{-f} option to the @code{-break-insert} command. +@item thread-info +Indicates presence of the @code{-thread-info} command. -@end itemize +@end table @subheading The @code{-list-target-features} Command @findex -list-target-features -- 1.5.3.5