Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1c7c189

Browse files
committed
doc: document MANPATH as /usr/local/pgsql/share/man
The docs were advising to use /usr/local/pgsql/man instead, but that's wrong. Reported-By: Slawomir Sudnik Backpatch-To: 9.1 Bug: #13894
1 parent 54638f5 commit 1c7c189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/installation.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ set path = ( /usr/local/pgsql/bin $path )
17851785
shell start-up file unless you installed into a location that is
17861786
searched by default:
17871787
<programlisting>
1788-
MANPATH=/usr/local/pgsql/man:$MANPATH
1788+
MANPATH=/usr/local/pgsql/share/man:$MANPATH
17891789
export MANPATH
17901790
</programlisting>
17911791
</para>
@@ -2730,13 +2730,13 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
27302730

27312731
<para>
27322732
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
27342734
does not look there for man pages. To be able to read them you
27352735
need to modify the
27362736
<varname>MANPATH</varname> variable
27372737
in <filename>/etc/default/man</filename>, for example:
27382738
<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
27402740
</programlisting>
27412741
</para>
27422742

0 commit comments

Comments
 (0)