garbled man output

Xabier Oneca -- xOneca xoneca at gmail.com
Fri Dec 9 21:42:16 UTC 2016


Hello,

> On my busybox 1.25.1 setup, 'man' and 'less' are conspiring to mangle
> terminal control commands, like this for 'PAGER=less man bash':

Does this help?

  PAGER='less -R' man bash

Or this one?

  export LESS=-R
  PAGER=less man bash

HTH,

Xabier Oneca_,,_


More information about the busybox mailing list