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 $
33Postgres 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>
0 commit comments