LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   difference between "man" and "info" (https://www.linuxquestions.org/questions/linux-newbie-8/difference-between-man-and-info-571775/)

brianL 09-24-2007 04:49 AM

Infamy! Infamy! They've all got it Info me!!

makyo 09-24-2007 01:03 PM

Hi.

The man pages are the best place to start for solving problems (in my experience).

I think the GNU/Linux man pages are generally inferior to Solaris man pages, primarily because of the lack of examples.

The content of man and info pages can vary, sometimes dramatically. For example, compare:
Code:

info sort            (same as man sort)
info coreutils sort  (has more information and examples)

The navigation methods in man and info also differ significantly.

I suggest that one should start with
Code:

man -k topic
then
Code:

man manpage-that-looks-useful
then look near the end of the manpage, and you may see something similar to:
Quote:

SEE ALSO
The full documentation for sort is maintained as a Texinfo manual. If
the info and sort programs are properly installed at your site, the
command

info coreutils sort

should give you access to the complete manual.
There also several conversion and viewing utilities (e.g. texi2html, tkman).

Best wishes ... cheers, makyo

archtoad6 09-26-2007 03:17 PM

It's those "SEE ALSO" refs. that are so useful as clickable links when the man kioslave turns a man page into HTML.


All times are GMT -5. The time now is 07:42 PM.