--- doc/src/sgml/ref/psql-ref.sgml
+++ doc/src/sgml/ref/psql-ref.sgml
@@ -465,7 +465,7 @@
       
       Do not read the start-up file (neither the system-wide
       psqlrc file nor the user's
-      ~/.psqlrc file).
+      ~/.desk/psqlrc file).
       
       
     
@@ -2253,7 +2253,7 @@
          behavior, but autocommit-off is closer to the SQL spec.  If you
          prefer autocommit-off, you might wish to set it in the system-wide
          psqlrc file or your
-         ~/.psqlrc file.
+         ~/.desk/psqlrc file.
         
         
         
@@ -2363,11 +2363,11 @@
         
         
         The file name that will be used to store the history list. The default
-        value is ~/.psql_history.  For example, putting:
+        value is ~/.desk/psql_history.  For example, putting:
 
-\set HISTFILE ~/.psql_history- :DBNAME
+\set HISTFILE ~/.desk/psql_history- :DBNAME
 
-        in ~/.psqlrc will cause
+        in ~/.psql/psqlrc will cause
         psql to maintain a separate history for
         each database.
         
@@ -2945,7 +2945,7 @@
      Before starting up, psql attempts to
      read and execute commands from the system-wide
      psqlrc file and the user's
-     ~/.psqlrc file.
+     ~/.desk/psqlrc file.
      (On Windows, the user's startup file is named
      %APPDATA%\postgresql\psqlrc.conf.)
      See PREFIX>/share/psqlrc.sample>
@@ -2958,9 +2958,9 @@
    
     
      Both the system-wide psqlrc file and the user's
-     ~/.psqlrc file can be made version-specific
+     ~/.desk/psqlrc file can be made version-specific
      by appending a dash and the PostgreSQL
-     release number, for example ~/.psqlrc-&version;.
+     release number, for example ~/.desk/psqlrc-&version;.
      A matching version-specific file will be read in preference to a
      non-version-specific file.
     
@@ -2969,7 +2969,7 @@
    
     
      The command-line history is stored in the file
-     ~/.psql_history, or
+     ~/.desk/psql_history, or
      %APPDATA%\postgresql\psql_history on Windows.