This is how I use the man pager (thanks dtruchan for the package!)
It works just fine. Please correct me if there is any better method.
#1 Download and install man_1.6_armv5tel.ipk in this thread and groff_1.19.1_armv5tel.ipk (coz man needs nroff) in the feeds
#2 Grab the latest man pages file from
ftp://ftp.kernel.org/pub/linux/docs/manpages/ and extract them on card (> 20MB)
#3 Edit /etc/man.conf and do a little configuration:
-- Add a new MANPATH line such as /mnt/card/man-pages-2.14
-- In the PAGER line, change /usr/bin/less -is to /bin/more (coz 'less' is missing )
-- In the BROWSER and HTMLPAGER lines set the paths of your desired browser (e.g. /usr/bin/dillo)
#4 Just type 'man any_command' to look up the relevant man pages (or man man for a good start).