From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5306 invoked by alias); 9 Jul 2004 18:52:17 -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 5296 invoked from network); 9 Jul 2004 18:52:16 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 9 Jul 2004 18:52:16 -0000 Received: from zaretski ([80.230.149.126]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DRG70516; Fri, 9 Jul 2004 21:52:14 +0300 (IDT) Date: Fri, 09 Jul 2004 18:52:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-Id: <6654-Fri09Jul2004215158+0300-eliz@gnu.org> In-reply-to: <200407040703.i64734Di071430@elgar.kettenis.dyndns.org> (message from Mark Kettenis on Sun, 4 Jul 2004 09:03:04 +0200 (CEST)) Subject: Re: [PATCH] BSD libkvm documentation Reply-to: Eli Zaretskii References: <200407031332.i63DWFeQ021626@elgar.kettenis.dyndns.org> <3405-Sun04Jul2004000929+0300-eliz@gnu.org> <200407040703.i64734Di071430@elgar.kettenis.dyndns.org> X-SW-Source: 2004-07/txt/msg00087.txt.bz2 > Date: Sun, 4 Jul 2004 09:03:04 +0200 (CEST) > From: Mark Kettenis > > Also it seems that current practice is to give every command a > @kindex entry. I've now fixed all such entries[1] so that if there are a few commands with a common prefix, say "foo bar", then only "@kindex foo bar" is in the index. Where appropriate, I added @cindex entries to help find the relevant info via index search. Let me know if some of the changes I made need more work. Footnotes: [1] Well, almost all such entries: there are borderline cases such as for the command `set', `show', `info', `maint', etc., that are scattered through the entire manual, and it is neither practical nor IMHO desirable to remove them.