@@ -1769,7 +1769,7 @@ set path = ( /usr/local/pgsql/bin $path )
1769
1769
shell start-up file unless you installed into a location that is
1770
1770
searched by default:
1771
1771
<programlisting>
1772
- MANPATH=/usr/local/pgsql/man:$MANPATH
1772
+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
1773
1773
export MANPATH
1774
1774
</programlisting>
1775
1775
</para>
@@ -2714,13 +2714,13 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
2714
2714
2715
2715
<para>
2716
2716
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
2718
2718
does not look there for man pages. To be able to read them you
2719
2719
need to modify the
2720
2720
<varname>MANPATH</varname> variable
2721
2721
in <filename>/etc/default/man</filename>, for example:
2722
2722
<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
2724
2724
</programlisting>
2725
2725
</para>
2726
2726