I don't know if this happens to anyone else here, but every time I build a new system, I forget where the man pages for say limits.h are in the Ubuntu repos. I've already installed manpages-dev. I'll make a point to write this down sometime. Darn.

link|improve this question

I voted to migrate to SuperUser.Com, but actually it belongs on Ubuntu.StackExchange.Com. – Jörg W Mittag Sep 24 '10 at 18:41
1  
Wow... soon this question is going to belong to limitsh.c.manpages.dev.ibex.ubuntu.stackexchange.com... and nobody will be able to find any answers... Jörg must be an Object Oriented person :) – Dervin Thunk Sep 24 '10 at 19:02
feedback

migrated from stackoverflow.com Sep 25 '10 at 15:13

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 6 down vote accepted
sudo apt-get install manpages-posix-dev

and to search for stuff with bash completion:

andrey@nv:~$ sudo apt-get install manpages [hit tab 1-2 times]
manpages            manpages-de-dev     manpages-es-extra   manpages-fr-extra   manpages-ja         manpages-pl         manpages-posix-dev  manpages-ru
manpages-cs         manpages-dev        manpages-fr         manpages-hu         manpages-ja-dev     manpages-pl-dev     manpages-pt         manpages-tr
manpages-de         manpages-es         manpages-fr-dev     manpages-it         manpages-ko         manpages-posix      manpages-pt-dev     manpages-zh
link|improve this answer
How exactly does that answer the question? – Billy ONeal Sep 24 '10 at 17:50
@Bill it says what package to install to get man pages – unknown Sep 24 '10 at 17:51
good spaghetti monster, thank you! Wrote it down... – Dervin Thunk Sep 24 '10 at 17:51
@aaa carp: Ah -- I see now. I thought it was asking for filesystem location. +1 – Billy ONeal Sep 24 '10 at 18:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.