Michael Kerrisk wrote: > Gosh X11 really is big, isn't it ;-). I don't have Debian handy -- it > would be interested to know what's in manpages-dev and manpages.
Basically it is: manpages: man[45678] manpages-dev: man[23] with several deletions. Installation is controlled via this script: http://cvs.infodrom.org/./manpages/debian/inst?rev=HEAD;content-type=text%2Fplain;cvsroot=debian As Justin pointed out some of the information is available via packages.debian.org. You can also download source/binary packages and inspect them. a .deb is nothing more than an ar archive of two tar files and some meta data. ar -x foo.deb will give you data.tar.gz. Regards, Joey -- Whenever you meet yourself you're in a time loop or in front of a mirror. Please always Cc to me when replying to me on the lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

