File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ set path = ( /usr/local/pgsql/bin $path )
1733
1733
shell start-up file unless you installed into a location that is
1734
1734
searched by default:
1735
1735
<programlisting>
1736
- MANPATH=/usr/local/pgsql/man:$MANPATH
1736
+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
1737
1737
export MANPATH
1738
1738
</programlisting>
1739
1739
</para>
@@ -2742,13 +2742,13 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
2742
2742
2743
2743
<para>
2744
2744
By default, the PostgreSQL man pages are installed into
2745
- <filename>/usr/local/pgsql/man</filename>. By default, UnixWare
2745
+ <filename>/usr/local/pgsql/share/ man</filename>. By default, UnixWare
2746
2746
does not look there for man pages. To be able to read them you
2747
2747
need to modify the
2748
2748
<varname>MANPATH</varname> variable
2749
2749
in <filename>/etc/default/man</filename>, for example:
2750
2750
<programlisting>
2751
- MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man
2751
+ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/ man
2752
2752
</programlisting>
2753
2753
</para>
2754
2754
You can’t perform that action at this time.
0 commit comments