Hi all,
I've recently migrated to linux (ubuntu). One of the interesting things i noticed when i set up my gcc and everything was that i could use the "man" command to view a manual page for any of the predefined functions.
I was wondering, when I write a program, is there any way to have a man page for my program? I'm guessing it would require my program to have some sort of installation procedure which would set up the man page along with my program.
Any ideas?