File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1793,7 +1793,7 @@ set path = ( /usr/local/pgsql/bin $path )
1793
1793
shell start-up file unless you installed into a location that is
1794
1794
searched by default:
1795
1795
<programlisting>
1796
- MANPATH=/usr/local/pgsql/man:$MANPATH
1796
+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
1797
1797
export MANPATH
1798
1798
</programlisting>
1799
1799
</para>
@@ -2738,13 +2738,13 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
2738
2738
2739
2739
<para>
2740
2740
By default, the PostgreSQL man pages are installed into
2741
- <filename>/usr/local/pgsql/man</filename>. By default, UnixWare
2741
+ <filename>/usr/local/pgsql/share/ man</filename>. By default, UnixWare
2742
2742
does not look there for man pages. To be able to read them you
2743
2743
need to modify the
2744
2744
<varname>MANPATH</varname> variable
2745
2745
in <filename>/etc/default/man</filename>, for example:
2746
2746
<programlisting>
2747
- MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man
2747
+ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/ man
2748
2748
</programlisting>
2749
2749
</para>
2750
2750
You can’t perform that action at this time.
0 commit comments