doc: document MANPATH as /usr/local/pgsql/share/man
authorAlvaro Herrera
Mon, 29 Feb 2016 20:53:55 +0000 (17:53 -0300)
committerAlvaro Herrera
Mon, 29 Feb 2016 20:53:55 +0000 (17:53 -0300)
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

doc/src/sgml/installation.sgml

index 01a1f719bccbb299720ce87b1a059979dc24a452..de13e3b6252cff77541fa34de4a1fa9f8adf4d49 100644 (file)
@@ -1793,7 +1793,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
 
    
@@ -2738,13 +2738,13 @@ PHSS_30849  s700_800 u2comp/be/plugin library Patch
 
     
      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