Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 406183f

Browse files
committed
Tuning for docbook2man.
1 parent 3d4fda8 commit 406183f

File tree

6 files changed

+18
-45
lines changed

6 files changed

+18
-45
lines changed

doc/src/sgml/ref/createdb.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.17 2001/02/18 17:53:54 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.18 2001/03/17 16:27:31 petere Exp $
33
Postgres documentation
44
-->
55

@@ -23,7 +23,7 @@ Postgres documentation
2323
<cmdsynopsis>
2424
<command>createdb</command>
2525
<arg rep="repeat"><replaceable>options</replaceable></arg>
26-
<arg choice="plain"><replaceable>dbname</replaceable></arg>
26+
<arg><replaceable>dbname</replaceable></arg>
2727
<arg><replaceable>description</replaceable></arg>
2828
</cmdsynopsis>
2929

@@ -41,7 +41,7 @@ Postgres documentation
4141
Specifies the hostname of the machine on which the
4242
<application>postmaster</application>
4343
is running. If host begins with a slash, it is used
44-
as the directory for the Unix-domain socket.
44+
as the directory for the Unix domain socket.
4545
</para>
4646
</listitem>
4747
</varlistentry>
@@ -50,8 +50,8 @@ Postgres documentation
5050
<term>-p, --port <replaceable class="parameter">port</replaceable></term>
5151
<listitem>
5252
<para>
53-
Specifies the Internet TCP/IP port or local Unix domain socket file
54-
extension on which the <application>postmaster</application>
53+
Specifies the Internet TCP/IP port or the local Unix domain socket file
54+
extension on which the <command>postmaster</command>
5555
is listening for connections.
5656
</para>
5757
</listitem>
@@ -153,7 +153,7 @@ Postgres documentation
153153
The options <literal>-D</literal>, <literal>-T</literal>, and
154154
<literal>-E</literal> are converted into options for the underlying
155155
SQL command <xref linkend="SQL-CREATEDATABASE"
156-
endterm="SQL-CREATEDATABASE-title">, which see for more information
156+
endterm="SQL-CREATEDATABASE-title">; see there for more information
157157
about them.
158158
</para>
159159
</refsect2>

doc/src/sgml/ref/pg_dump.sgml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.30 2001/03/06 18:55:57 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.31 2001/03/17 16:27:31 petere Exp $
33
Postgres documentation
44
-->
55

@@ -35,7 +35,6 @@ Postgres documentation
3535
<arg>-f <replaceable>file</replaceable></arg>
3636
<arg>-F <replaceable>format</replaceable></arg>
3737
<arg>-i</arg>
38-
<sbr>
3938
<group> <arg>-n</arg> <arg>-N</arg> </group>
4039
<arg>-o</arg>
4140
<arg>-O</arg>
@@ -45,11 +44,9 @@ Postgres documentation
4544
<arg>-v</arg>
4645
<arg>-x</arg>
4746
<arg>-Z <replaceable>0...9</replaceable></arg>
48-
<sbr>
4947
<arg>-h <replaceable>host</replaceable></arg>
5048
<arg>-p <replaceable>port</replaceable></arg>
5149
<arg>-u</arg>
52-
<sbr>
5350
<arg choice="plain"><replaceable>dbname</replaceable></arg>
5451
</cmdsynopsis>
5552
</refsynopsisdiv>

doc/src/sgml/ref/pg_restore.sgml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.9 2001/03/06 18:55:57 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.10 2001/03/17 16:27:31 petere Exp $ -->
22

33
<refentry id="APP-PGRESTORE">
44
<docinfo>
@@ -32,7 +32,6 @@
3232
<arg> -f <replaceable class="parameter">archive-file</replaceable> </arg>
3333
<arg> -F <replaceable class="parameter">format</replaceable> </arg>
3434
<arg> -i <replaceable class="parameter">index</replaceable> </arg>
35-
<sbr>
3635
<arg> -l </arg>
3736
<arg> -L <replaceable class="parameter">contents-file</replaceable> </arg>
3837
<group> <arg> -N </arg> <arg> -o </arg> <arg> -r </arg> </group>
@@ -45,11 +44,9 @@
4544
<arg> -T <replaceable class="parameter">trigger</replaceable> </arg>
4645
<arg> -v </arg>
4746
<arg> -x </arg>
48-
<sbr>
4947
<arg> -h <replaceable class="parameter">host</replaceable> </arg>
5048
<arg> -p <replaceable class="parameter">port</replaceable> </arg>
5149
<arg> -u </arg>
52-
<sbr>
5350
<arg> <replaceable class="parameter">archive-file</replaceable> </arg>
5451
</cmdsynopsis>
5552
</refsynopsisdiv>

doc/src/sgml/ref/pgaccess-ref.sgml

+1-26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.8 2001/02/07 20:46:55 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.9 2001/03/17 16:27:31 petere Exp $
33
Postgres documentation
44
-->
55

@@ -378,31 +378,6 @@ select * from invoices where year=[parameter "Year of selection"]
378378
</para>
379379
</refsect1>
380380

381-
<refsect1>
382-
<title>Diagnostics</title>
383-
384-
<para>
385-
If pgaccess fails to start up, with an error message roughly like this:
386-
<screen>
387-
<computeroutput>
388-
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
389-
while executing
390-
"load ${libpgtclpath}[info sharedlibextension]"
391-
(procedure "main" line 8)
392-
invoked from within
393-
"main $argc $argv"
394-
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
395-
</computeroutput>
396-
</screen>
397-
then you need to configure your runtime linker to find the
398-
<filename>libpgtcl.so</filename> and <filename>libpq.so</filename>
399-
libraries, most likely by setting
400-
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
401-
the <productname>PostgreSQL</productname> installation instructions
402-
for more information.
403-
</para>
404-
</refsect1>
405-
406381
<refsect1>
407382
<title>Notes</title>
408383

doc/src/sgml/ref/postgres-ref.sgml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.16 2000/12/25 23:15:26 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.17 2001/03/17 16:27:31 petere Exp $
33
Postgres documentation
44
-->
55

@@ -78,7 +78,12 @@ Postgres documentation
7878
<para>
7979
The <filename>postgres</filename> executable is the actual
8080
<productname>PostgreSQL</productname> server process that processes
81-
queries. The second form above is how
81+
queries. It is normally not called directly; instead a <xref
82+
linkend="app-postmaster"> multi-user server is started.
83+
</para>
84+
85+
<para>
86+
The second form above is how
8287
<application>postgres</application> is invoked by the <xref
8388
linkend="app-postmaster"> (only
8489
conceptually, since both <filename>postmaster</filename> and
@@ -255,7 +260,7 @@ Postgres documentation
255260
<variablelist>
256261

257262
<varlistentry>
258-
<term>-f [ s | i | m | n | h ]</term>
263+
<term>-f { s | i | m | n | h }</term>
259264
<listitem>
260265
<para>
261266
Forbids the use of particular scan and join methods:

doc/src/sgml/ref/vacuumdb.sgml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.15 2000/12/25 23:15:27 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.16 2001/03/17 16:27:31 petere Exp $
33
Postgres documentation
44
-->
55

@@ -26,7 +26,6 @@ Postgres documentation
2626
<arg><arg>-d</arg> <replaceable>dbname</replaceable></arg>
2727
<group><arg>--analyze</arg><arg>-z</arg></group>
2828
<group><arg>--verbose</arg><arg>-v</arg></group>
29-
<sbr>
3029
<arg>--table '<replaceable>table</replaceable>
3130
<arg>( <replaceable class="parameter">column</replaceable> [,...] )</arg>'
3231
</arg>

0 commit comments

Comments
 (0)