1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Minor cleanup in markup, especially in the Output section.

This commit is contained in:
Thomas G. Lockhart
1998-10-30 19:34:40 +00:00
parent 3ac0a4e058
commit 3d83e28b2b
61 changed files with 168 additions and 818 deletions

View File

@@ -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>