Man problem

Code:
# man chroot
more: Input/output error
execution of the shell failed in function system()
Formatting page, please wait...Done.
more: Input/output error
execution of the shell failed in function system()
more can't open any files, what's wrong with it ?
 
what is your shell?
check this environment vars
Code:
env | grep -e ^EDITOR -e ^PAGER -e TERM -e ^PATH

what happens with this commands
Code:
$> stat /usr/bin/less /usr/bin/more (the output lines should be identical, except the filename)
$> more /etc/rc.conf
$> less /etc/rc.conf
 
Back
Top