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 @@ -1754,7 +1754,7 @@ set path = ( /usr/local/pgsql/bin $path )
1754
1754
shell start-up file unless you installed into a location that is
1755
1755
searched by default:
1756
1756
<programlisting>
1757
- MANPATH=/usr/local/pgsql/man:$MANPATH
1757
+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
1758
1758
export MANPATH
1759
1759
</programlisting>
1760
1760
</para>
@@ -2763,13 +2763,13 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
2763
2763
2764
2764
<para>
2765
2765
By default, the PostgreSQL man pages are installed into
2766
- <filename>/usr/local/pgsql/man</filename>. By default, UnixWare
2766
+ <filename>/usr/local/pgsql/share/ man</filename>. By default, UnixWare
2767
2767
does not look there for man pages. To be able to read them you
2768
2768
need to modify the
2769
2769
<varname>MANPATH</varname> variable
2770
2770
in <filename>/etc/default/man</filename>, for example:
2771
2771
<programlisting>
2772
- MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man
2772
+ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/ man
2773
2773
</programlisting>
2774
2774
</para>
2775
2775
You can’t perform that action at this time.
0 commit comments