1
1
<!--
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 $
3
3
Postgres documentation
4
4
-->
5
5
@@ -23,7 +23,7 @@ Postgres documentation
23
23
<cmdsynopsis>
24
24
<command>createdb</command>
25
25
<arg rep="repeat"><replaceable>options</replaceable></arg>
26
- <arg choice="plain" ><replaceable>dbname</replaceable></arg>
26
+ <arg><replaceable>dbname</replaceable></arg>
27
27
<arg><replaceable>description</replaceable></arg>
28
28
</cmdsynopsis>
29
29
@@ -41,7 +41,7 @@ Postgres documentation
41
41
Specifies the hostname of the machine on which the
42
42
<application>postmaster</application>
43
43
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.
45
45
</para>
46
46
</listitem>
47
47
</varlistentry>
@@ -50,8 +50,8 @@ Postgres documentation
50
50
<term>-p, --port <replaceable class="parameter">port</replaceable></term>
51
51
<listitem>
52
52
<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 >
55
55
is listening for connections.
56
56
</para>
57
57
</listitem>
@@ -153,7 +153,7 @@ Postgres documentation
153
153
The options <literal>-D</literal>, <literal>-T</literal>, and
154
154
<literal>-E</literal> are converted into options for the underlying
155
155
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
157
157
about them.
158
158
</para>
159
159
</refsect2>
0 commit comments