> From: [EMAIL PROTECTED] (Niels Möller)
> Date: 30 Jun 2000 20:59:05 +0200
>
> Eli Zaretskii <[EMAIL PROTECTED]> writes:
>
> > On 29 Jun 2000, Niels Möller wrote:
> >
> > > [ stuff about info --usage lsh not bringing up the right node ]
> >
> > I will need to see the entire file to analyze why does it go to a
> > different section in your case.
>
> Texinfo source at http://www.lysator.liu.se/~nisse/lsh/doc/lsh.texinfo
Thanks for the pointer.
I downloaded the Texinfo sources, ran makeinfo on it, then typed this:
info -f ./lsh --usage
and was presented the "Invoking lsh" node, as you wanted. So it seems
that --usage works okay in this case, as I'd expect.
I suspect that you invoked Info a bit differently, like this:
info -f ./lsh lsh --usage
The extra "lsh" on the command line causes Info to look for a
top-level menu entry which begins woth "lsh", before it starts looking
for the Invocation node. The first menu item that satisfies this is
"lsh basics", so that's where you land. And since that node doesn't
have any usage-like nodes under it (and in fact, doesn't have any
menus at all), Info just stays there.
It is unclear to me why did you need an extra "lsh" on the command
line. It is possible that you have some menu entry on your DIR file
that requires that, but since lsh.texinfo doesn't have any
@dircategory/@direntry directive (a mistake, IMHO), I cannot reproduce
your DIR entry.