shell start-up file unless you installed into a location that is
searched by default:
-MANPATH=/usr/local/pgsql/man:$MANPATH
+MANPATH=/usr/local/pgsql/share/man:$MANPATH
export MANPATH
By default, the PostgreSQL man pages are installed into
- /usr/local/pgsql/man. By default, UnixWare
+ /usr/local/pgsql/share/man. By default, UnixWare
does not look there for man pages. To be able to read them you
need to modify the
MANPATH variable
in /etc/default/man, for example:
-MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man
+MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/man