On 10/26/18 8:48 AM, Richard Owlett wrote:
> *Are online copies of textinfo content available?*
> 
> Many man pages end with:
>> The full documentation for Ed is maintained as a Texinfo manual. If
>> the info > and XYZ programs are properly installed at your site, the
>> command
>>
>>     info XYZ
>>
>> should give you access to the complete manual.
> 
> I have problems with that.
> 1. *I don't want to install unneeded packages just to find out*
>    *whether or not the package _might_ be useful.*
> 2. The info output has an annoying format. A browser acceptable format
>    {plain text fine --  HTML *NOT* needed} is MUCH more functional.
> 
> 
> I posted this question to [email protected] .
> The replies totally ignored my primary question and reason I asked
> [emphasized in this copy].
> 
> Side question:
> Could I have made any clearer what information I was looking for?
> TIA
> 
>

Richard,

What documentation and where it is available depends on the project.

If the manpages (if any) are too terse, some projects provide infopages
that contain more details.  Texinfo is designed to work with TeX and
Emacs for printing and viewing, and can also print sections or whole
manuals. Perhaps using info or emacs to print to a text file will do
what you need.  For example:

$ info XYZ | col -b > XYZ.txt

Check the XYZ project website, github, sourceforge, etc for additional
documentation formats.

Also check your local drive.  Depending on how XYZ was packaged to
install onto you linux disribution, you should find documentation under

/usr/doc/XYZ

-Ed





Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to