This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] BSD libkvm documentation


> Date: Sat, 3 Jul 2004 15:32:15 +0200 (CEST)
> From: Mark Kettenis <kettenis@chello.nl>
> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]