From: Alvaro Herrera Date: Mon, 29 Feb 2016 20:53:55 +0000 (-0300) Subject: doc: document MANPATH as /usr/local/pgsql/share/man X-Git-Tag: REL9_1_21~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=397d247bac480c2ea7689b057bc9eb3ab49c87a5;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 656416141fd..c2eedf816d6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1733,7 +1733,7 @@ set path = ( /usr/local/pgsql/bin $path ) shell start-up file unless you installed into a location that is searched by default: -MANPATH=/usr/local/pgsql/man:$MANPATH +MANPATH=/usr/local/pgsql/share/man:$MANPATH export MANPATH @@ -2742,13 +2742,13 @@ cc-1020 cc: ERROR File = pqcomm.c, Line = 427 By default, the PostgreSQL man pages are installed into - /usr/local/pgsql/man. By default, UnixWare + /usr/local/pgsql/share/man. By default, UnixWare does not look there for man pages. To be able to read them you need to modify the MANPATH variable in /etc/default/man, for example: -MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/man +MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr/local/man:/usr/local/pgsql/share/man