There is lots of information in the info pages.
I once read large parts of the libc info pages, good stuff, well written!

Use something like this to read it in one page:

(
        cd /usr/share/info
        zcat $(ls -1 libc.info* | sort -t '-' -k 2 -n ) |less
)

-- 
Regards, Mike Jonkmans

Reply via email to