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 @@ -1793,7 +1793,7 @@ set path = ( /usr/local/pgsql/bin $path )
17931793 shell start-up file unless you installed into a location that is
17941794 searched by default:
17951795<programlisting>
1796- MANPATH=/usr/local/pgsql/man:$MANPATH
1796+ MANPATH=/usr/local/pgsql/share/ man:$MANPATH
17971797export MANPATH
17981798</programlisting>
17991799 </para>
@@ -2738,13 +2738,13 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
27382738
27392739 <para>
27402740 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
27422742 does not look there for man pages. To be able to read them you
27432743 need to modify the
27442744 <varname>MANPATH</varname> variable
27452745 in <filename>/etc/default/man</filename>, for example:
27462746<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
27482748</programlisting>
27492749 </para>
27502750
You can’t perform that action at this time.
0 commit comments