Minor cleanup of documentation for recently-added HISTFILE psql variable.
authorNeil Conway <neilc@samurai.com>
Fri, 10 Jun 2005 16:26:59 +0000 (16:26 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 10 Jun 2005 16:26:59 +0000 (16:26 +0000)
doc/src/sgml/ref/psql-ref.sgml

index 075225b6fb24bc5906a4e4a59dd227ceb302c82e..1b9a72829d529b6f9ae85e9cd104e414d4df230d 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.140 2005/06/10 15:34:25 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.141 2005/06/10 16:26:59 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -1991,13 +1991,12 @@ bar
         <term><varname>HISTFILE</varname></term>
         <listitem>
         <para>
-        This variable contains the filename used to save the history.
-        Its default value is <filename>~/.psql_history</filename>.
-        For example, use:
+        The filename that will be used to store the history list. The default
+        value is <filename>~/.psql_history</filename>.  For example, using:
 <programlisting>
 \set HISTFILE ~/.psql_history-:DBNAME
 </programlisting>
-        in your <filename>~/.psqlrc</filename> will get psql to
+        in <filename>~/.psqlrc</filename> will get <application>psql</application> to
         maintain a separate history for each database.
         </para>
         <note>