aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/psql-ref.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index a1cf38cb732..2a71416abed 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,12 +1,12 @@
<REFENTRY ID="APP-PSQL">
<REFMETA>
-<REFENTRYTITLE>
+<REFENTRYTITLE id="psql-ref">
<application>psql</application>
</REFENTRYTITLE>
<REFMISCINFO>Application</REFMISCINFO>
</REFMETA>
<REFNAMEDIV>
-<REFNAME id="psql-ref">
+<REFNAME>
<application>psql</application>
</REFNAME>
<REFPURPOSE>
@@ -68,7 +68,7 @@ A single query to run. <application>psql</application> will exit on completion.
</variablelist>
<para>
-The full set of command-line arguments and meta-commands are described in a following
+The full set of command-line arguments and meta-commands are described in a subsequent
section.
<para>
@@ -106,6 +106,8 @@ to be used, rather than the default local Unix domain sockets.
</TERM>
<LISTITEM>
<PARA>
+The port number on which a <productname>Postgres</productname> server is listening.
+Defaults to <literal>5432</literal>.
</PARA>
</LISTITEM>
</VARLISTENTRY>
@@ -116,6 +118,8 @@ to be used, rather than the default local Unix domain sockets.
</TERM>
<LISTITEM>
<PARA>
+The target for display of messages from the client support library.
+Not required.
</PARA>
</LISTITEM>
</VARLISTENTRY>
@@ -128,7 +132,7 @@ to be used, rather than the default local Unix domain sockets.
<PARA>
If <envar>PGOPTION</envar>
is specified, then the options it contains are parsed
-.BR before
+<emphasis>before</emphasis>
any command-line options.
</PARA>
</LISTITEM>