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 @@ -1785,7 +1785,7 @@ set path = ( /usr/local/pgsql/bin $path )
1785
1785
shell start-up file unless you installed into a location that is
1786
1786
searched by default:
1787
1787
<programlisting>
1788
- MANPATH=/usr/local/pgsql/man:$MANPATH
1788
+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
1789
1789
export MANPATH
1790
1790
</programlisting>
1791
1791
</para>
@@ -2730,13 +2730,13 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
2730
2730
2731
2731
<para>
2732
2732
By default, the PostgreSQL man pages are installed into
2733
- <filename>/usr/local/pgsql/man</filename>. By default, UnixWare
2733
+ <filename>/usr/local/pgsql/share/ man</filename>. By default, UnixWare
2734
2734
does not look there for man pages. To be able to read them you
2735
2735
need to modify the
2736
2736
<varname>MANPATH</varname> variable
2737
2737
in <filename>/etc/default/man</filename>, for example:
2738
2738
<programlisting>
2739
- MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man
2739
+ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/ man
2740
2740
</programlisting>
2741
2741
</para>
2742
2742
You can’t perform that action at this time.
0 commit comments