User Tools

Site Tools


aix:aix_manpages_howto

AIX man pages howto

whatis file indexes all of the articles the man command can find.

man uses “more” to page files. Can something else be used?

Solution:

By default man will use “more” to display items one page at a time. However, you can view man pages using other editors if you set your PAGER environment variable to the editor or pager desired. For example, in ksh, to use the page command:

 export PAGER=/usr/bin/pg 

Enter catman -w to create the /usr/share/man/whatis file.

aix/aix_manpages_howto.txt · Last modified: 2022/02/28 13:18 by manu