Eli Zaretskii wrote: > On Tue, 18 Jun 2002, josef ezra wrote: > > >>I'm adding this gdb.textinfo entry > > > Thanks. A couple of minor comments: > > >>+This command takes same parameters as @code{disassemble}, but only >>+dumps an 'address:line' pairs. > > > `address' and `line' stand for something else, so they should have the > @var markup: > > ... @code{@var{address}:@var{line}} pairs ... > > >>+ Every pair means: "from this address >>+to the next pair, the code was generated by that line". > > > Please use `` and '' rather than " in Texinfo. The former will look much > better when typeset by TeX in the printed manual (in the Info output, > they are converted to " automatically). > > Other than that, the documentation patch is approved. > thanks. Updated patch attached ...