@@ -1769,7 +1769,7 @@ set path = ( /usr/local/pgsql/bin $path )
17691769 shell start-up file unless you installed into a location that is
17701770 searched by default:
17711771<programlisting>
1772- MANPATH=/usr/local/pgsql/man:$MANPATH
1772+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
17731773export MANPATH
17741774</programlisting>
17751775 </para>
@@ -2714,13 +2714,13 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
27142714
27152715 <para>
27162716 By default, the PostgreSQL man pages are installed into
2717- <filename>/usr/local/pgsql/man</filename>. By default, UnixWare
2717+ <filename>/usr/local/pgsql/share/ man</filename>. By default, UnixWare
27182718 does not look there for man pages. To be able to read them you
27192719 need to modify the
27202720 <varname>MANPATH</varname> variable
27212721 in <filename>/etc/default/man</filename>, for example:
27222722<programlisting>
2723- MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man
2723+ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/ man
27242724</programlisting>
27252725 </para>
27262726