From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7982 invoked by alias); 4 Jul 2004 07:03:10 -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 7972 invoked from network); 4 Jul 2004 07:03:08 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sourceware.org with SMTP; 4 Jul 2004 07:03:08 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i64735vB007247; Sun, 4 Jul 2004 09:03:05 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i64734p3071433; Sun, 4 Jul 2004 09:03:04 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i64734Di071430; Sun, 4 Jul 2004 09:03:04 +0200 (CEST) Date: Sun, 04 Jul 2004 07:03:00 -0000 Message-Id: <200407040703.i64734Di071430@elgar.kettenis.dyndns.org> From: Mark Kettenis To: eliz@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <3405-Sun04Jul2004000929+0300-eliz@gnu.org> Subject: Re: [PATCH] BSD libkvm documentation References: <200407031332.i63DWFeQ021626@elgar.kettenis.dyndns.org> <3405-Sun04Jul2004000929+0300-eliz@gnu.org> X-SW-Source: 2004-07/txt/msg00027.txt.bz2 Date: Sun, 04 Jul 2004 00:09:30 +0200 From: "Eli Zaretskii" > Date: Sat, 3 Jul 2004 15:32:15 +0200 (CEST) > From: Mark Kettenis > > Eli, are these doc bits OK? Yes, but please fix these small gotchas before you commit: Thanks, but: > +@table @code > +@kindex kvm pcb > +@item kvm pcb > +Set current context from pcb address. > + > +@kindex kvm proc > +@item kvm proc There's no reason to have 2 index entries both starting with "kvm" and both pointing to the same page; it just bloats the index. Please leave only the first @kindex entry and make it say just "@kindex kvm". There may be more "kvm" commands in the future, such that the section doesn't fit on a single page anymore. Also it seems that current practice is to give every command a @kindex entry. Mark