From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22174 invoked by alias); 19 Feb 2002 17:29:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22053 invoked from network); 19 Feb 2002 17:29:37 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 19 Feb 2002 17:29:37 -0000 Received: from zaretsky (diup-220-98.inter.net.il [213.8.220.98]) by frigg.inter.net.il (Mirapoint) with ESMTP id BFU45696; Tue, 19 Feb 2002 19:29:22 +0200 (IST) Date: Tue, 19 Feb 2002 09:29:00 -0000 From: "Eli Zaretskii" To: ac131313@cygnus.com Message-Id: <563-Tue19Feb2002192641+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: muller@cerbere.u-strasbg.fr, gdb-patches@sources.redhat.com In-reply-to: <3C727F4F.5020100@cygnus.com> (message from Andrew Cagney on Tue, 19 Feb 2002 11:37:35 -0500) Subject: Re: [RFC] document Cygwin native specific commands Reply-to: Eli Zaretskii References: <4.2.0.58.20020219102752.0248dc18@ics.u-strasbg.fr> <4760-Tue19Feb2002152216+0200-eliz@is.elta.co.il> <3C727F4F.5020100@cygnus.com> X-SW-Source: 2002-02/txt/msg00502.txt.bz2 > Date: Tue, 19 Feb 2002 11:37:35 -0500 > From: Andrew Cagney > > Hmm. Given a dump of all of GDB's commands, should there be a kindex > for each? Yes, each command described in the manual should be indexed. That way, all users need to type to find the documentation of any given command CMD is "i CMD ", once they are in an Info reader. The issue of undocumented commands came up several times in the past, with Stan reminding us, time and again, a threat to remove any undocumented commands from the code ;-) > What about the reverse? I don't understand the question, sorry. > I think we might have just stumbled across something that is feasible > for the ARI to check. A good idea, IMHO. Perhaps it could also comment out any command that doesn't have documentation ;-)