From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20106 invoked by alias); 3 Jul 2004 21:09:24 -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 20084 invoked from network); 3 Jul 2004 21:09:22 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 3 Jul 2004 21:09:22 -0000 Received: from zaretski (pns03-206-118.inter.net.il [80.230.206.118]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DOF67535; Sun, 4 Jul 2004 00:09:17 +0300 (IDT) Date: Sat, 03 Jul 2004 21:09:00 -0000 From: "Eli Zaretskii" To: Mark Kettenis Message-Id: <3405-Sun04Jul2004000929+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <200407031332.i63DWFeQ021626@elgar.kettenis.dyndns.org> (message from Mark Kettenis on Sat, 3 Jul 2004 15:32:15 +0200 (CEST)) Subject: Re: [PATCH] BSD libkvm documentation Reply-to: Eli Zaretskii References: <200407031332.i63DWFeQ021626@elgar.kettenis.dyndns.org> X-SW-Source: 2004-07/txt/msg00026.txt.bz2 > 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: > +@node BSD libkvm Interface > +@subsection BSD libkvm Interface > + > +@kindex libkvm "libkvm" is not a command, right? If so, @kindex is wrong here; please use eithe @cindex or @pindex. > +@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". Thanks.