2025-08-30 11:27:49 -0500, Clinton Bunch:
[...]
I never could understand what issues people had with "info". I
can only explain it by them not having spent the time
understanding how to use it.
Bit of a chicken and egg problem with a non-intuitive interface, how do you
read the documentation to figure out how to use a documentation reader?
[...]
"info info" seems more helpful to me tnan "man man" for a
beginner, especially considering that actually to learn how to
use man, you also need something like:
which to be fair you can somewhat infer from man man.
You'll notice that if you just start info by itself or on
anything, you'll get a helpful:
Welcome to Info version 7.1. Type H for help, h for tutorial.
At the bottom. "h" bringing you the same as info info.
(to be fair "less" (a common pager for man) and most also tell
you how to reach their help; w3m and most implementations of
more don't; that's the manual of man though)
First lines at "info info" are
This documentation describes the stand-alone Info reader which
you can use to read Info documentation.
If you are new to the Info reader, then you can get started by
typing ‘H’ for a list of basic key bindings. You can read
through the rest of this manual by typing <SPC> and <DEL> (or
<Space> and <Backspace>) to move forwards and backwards in it.
I struggle to think of any way how we could improve it.