10000 doc: document MANPATH as /usr/local/pgsql/share/man · prmdeveloper/postgres@397d247 · GitHub
[go: up one dir, main page]

Skip to content

Commit 397d247

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 7d6c58a commit 397d247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/installation.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ set path = ( /usr/local/pgsql/bin $path )
17331733
shell start-up file unless you installed into a location that is
17341734
searched by default:
17351735
<programlisting>
1736-
MANPATH=/usr/local/pgsql/man:$MANPATH
1736+
MANPATH=/usr/local/pgsql/share/man:$MANPATH
17371737
export MANPATH
17381738
</programlisting>
17391739
</para>
@@ -2742,13 +2742,13 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427
27422742

27432743
<para>
27442744
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
27462746
does not look there for man pages. To be able to read them you
27472747
need to modify the
27482748
<varname>MANPATH</varname> variable
27492749
in <filename>/etc/default/man</filename>, for example:
27502750
<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
27522752
</programlisting>
27532753
</para>
27542754

0 commit comments

Comments
 (0)
0