Seth Arnold wrote:
The following quote is from "info gcc" -- which I strongly recommend reading any time you can't figure out what some piece of kernel source does. (Well, I _hate_ the info format, and the info reader more, but emacs users might find it rather at home. And other people find pinfo more reasonable.)
Or you could do something like this:
$ info --subnodes --output - gcc | less
And have info act as a dumb (but useful) man page.
Kind Regards,
Felipe
-- It's most certainly GNU/Linux, not Linux. Read more at http://www.gnu.org/gnu/why-gnu-linux.html
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/