From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12164 invoked by alias); 20 Feb 2002 11:19:40 -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 12078 invoked from network); 20 Feb 2002 11:19:37 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 20 Feb 2002 11:19:37 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id NAA24722; Wed, 20 Feb 2002 13:18:28 +0200 (IST) Date: Wed, 20 Feb 2002 03:19:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Pierre Muller cc: ac131313@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: [RFC] document Cygwin native specific commands In-Reply-To: <4.2.0.58.20020220111422.014f0140@ics.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-02/txt/msg00526.txt.bz2 On Wed, 20 Feb 2002, Pierre Muller wrote: > Thus I looked at the subsection above concerning DJGPP > specific commands, but there I find a kindex entry > for : > "info dos" > "sysinfo" > but nothing for ldt gdt idt dos subcommands.... > Shouldn't there be > @kindex info dos > ... > @kindex info dos sysinfo > ... > @kindex info dos ldt > @kindex info dos gdt > @kindex info dos idt > ????? I didn't include the subcommands on purpose. The reason is that it is not useful to have several index entries that all begin with the same string and point to the same page in the manual. That is why I only indexed "info dos". So I guess my assertion about ``every command'' should have been qualified by this exception. Sorry for confusion. > So > -- should I use > @kindex set shell > ? Yes. That is how all "set ..." commands are indexed in the manual, AFAICS. > -- shouldn't in be a w32 subcommand ? Sorry, I don't understand: the command is "set shell", not "set w32 shell", right? If so, you should have "@kindex set shell". > but is this possible for set/show commands ? Is what possible?