MAN PAGES

Hi everyone,
I have a small query, in solaris the man pages get displayed on half of the terminal , can i get a full terminal or full screen display ?:slight_smile:

this is not solaris typical... so there is a problem with your settings!

Try first (ksh/bash syntax):

eval $(resize)

if it doesn't fix the issue, set the terminal environment variable to something appropriate (xterm is a good guess if you don't know) and try again. eg:

export TERM=xterm
eval $(resize)