View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#368
Originally Posted by iDont View Post
What you need to do to get BusyBox' man working:
1) export MANPATH
2) install groff-base
3) copy your man pages to $MANPATH
4) export PAGER=less

You can put that in /etc/profile (or put a script on /etc/profile.d, etc.)
Otherwise man will use more. Basically man does:

zcat page.gz | gtbl | nroff -Tlatin1 -mandoc 2>&1 | $PAGER

where PAGER is "more" if undefined. However busybox's "more" behaves weird (or perhaps it's libvte's fault, I use the one from CSSU). less works much better, and is more comfortable to use.
 

The Following 5 Users Say Thank You to reinob For This Useful Post: